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