30e78a0bd8
* [ci] update lockfile (#2763) Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: exit prerelease mode * [ci] release * chore: update lockfile Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
37 lines
904 B
JSON
37 lines
904 B
JSON
{
|
|
"name": "@astrojs/parser",
|
|
"version": "0.22.2",
|
|
"type": "commonjs",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/astro-parser"
|
|
},
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://astro.build",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepublish": "pnpm run build",
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc -p tsconfig.json",
|
|
"dev": "astro-scripts dev \"src/**/*.ts\""
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^14.18.12",
|
|
"acorn": "^8.7.0",
|
|
"locate-character": "^2.0.5",
|
|
"magic-string": "^0.25.9"
|
|
},
|
|
"devDependencies": {
|
|
"astro-scripts": "workspace:*"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0",
|
|
"npm": ">=6.14.0"
|
|
}
|
|
}
|