summaryrefslogtreecommitdiff
path: root/packages/astro-parser/package.json
blob: 6b7dc359ccc963fa29b1f6052b88d15cda489e04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "@astrojs/parser",
  "version": "0.20.3",
  "author": "Skypack",
  "license": "MIT",
  "type": "commonjs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/snowpackjs/astro.git",
    "directory": "packages/astro-parser"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublish": "yarn build",
    "build": "astro-scripts build \"src/**/*.ts\" && tsc -p tsconfig.json",
    "dev": "astro-scripts dev \"src/**/*.ts\""
  },
  "dependencies": {
    "acorn": "^7.4.0",
    "locate-character": "^2.0.5",
    "magic-string": "^0.25.3"
  },
  "devDependencies": {
    "astro-scripts": "0.0.1"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0",
    "npm": ">=6.14.0"
  }
}