2021-04-30 21:33:35 +00:00
|
|
|
{
|
2021-06-07 20:05:13 +00:00
|
|
|
"name": "@astrojs/parser",
|
2021-12-23 16:49:30 +00:00
|
|
|
"version": "0.22.0",
|
2021-04-30 21:33:35 +00:00
|
|
|
"type": "commonjs",
|
2021-12-13 21:14:34 +00:00
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
2021-06-16 18:09:35 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-11-23 22:47:05 +00:00
|
|
|
"url": "https://github.com/withastro/astro.git",
|
2021-06-16 18:09:35 +00:00
|
|
|
"directory": "packages/astro-parser"
|
|
|
|
},
|
2021-12-13 21:14:34 +00:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
|
|
"homepage": "https://astro.build",
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
"types": "./dist/index.d.ts",
|
2021-04-30 21:33:35 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"prepublish": "yarn build",
|
2021-05-17 22:52:11 +00:00
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc -p tsconfig.json",
|
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
2021-04-30 21:33:35 +00:00
|
|
|
},
|
2021-07-22 22:29:32 +00:00
|
|
|
"dependencies": {
|
2021-12-13 20:59:08 +00:00
|
|
|
"acorn": "^8.6.0",
|
2021-07-22 22:29:32 +00:00
|
|
|
"locate-character": "^2.0.5",
|
|
|
|
"magic-string": "^0.25.3"
|
|
|
|
},
|
2021-04-30 21:33:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"astro-scripts": "0.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
2021-12-16 23:53:22 +00:00
|
|
|
"node": "^14.15.0 || >=16.0.0",
|
2021-04-30 21:33:35 +00:00
|
|
|
"npm": ">=6.14.0"
|
|
|
|
}
|
|
|
|
}
|