frontispiece / packages / line-parser / package.json
package.json
Raw
{
  "name": "@a-morphous/frontispiece-line-parser",
  "version": "1.0.0",
  "description": "",
  "main": "dist/line-parser.module.js",
  "module": "dist/line-parser.module.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "node build",
    "prepublishOnly": "pnpm build",
    "dryRun": "pnpm publish --dry-run",
    "pub": "pnpm publish --access public",
    "test": "vitest"
  },
  "keywords": [],
  "author": "Amorphous (https://amorphic.space)",
  "license": "MPL 2.0",
  "devDependencies": {
    "@types/moo": "^0.5.5",
    "esbuild": "^0.17.19",
    "json5": "^2.2.3",
    "minimist": "^1.2.8",
    "moo": "workspace:^0.5.2",
    "npm-dts": "^1.3.12",
    "vitest": "^0.31.4"
  }
}