summaryrefslogtreecommitdiff
path: root/packages/astro-parser/package.json
blob: 44225d677bc05b912031bdd28b95eec838bb09da (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
{
  "name": "astro-parser",
  "version": "0.1.0",
  "author": "Skypack",
  "license": "MIT",
  "type": "commonjs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublish": "yarn build",
    "build": "astro-scripts build \"src/**/*.ts\" && tsc -p tsconfig.json",
    "dev": "astro-scripts dev \"src/**/*.ts\""
  },
  "devDependencies": {
    "astro-scripts": "0.0.1"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.14.0"
  }
}