{ "name": "@a-morphous/recital", "version": "1.2.2", "description": "", "keywords": [], "main": "dist/stage-parser.js", "module": "dist/stage-parser.module.js", "types": "dist/types/stage-parser.d.ts", "files": [ "dist", "src" ], "author": "Amorphous <dl.amorphous@gmail.com>", "repository": { "type": "git", "url": "https://github.com/a-morphous/recital" }, "publishConfig": { "registry": "https://npm.pkg.github.com/" }, "license": "MPL 2.0", "engines": { "node": ">=6.0.0" }, "scripts": { "analyze": "source-map-explorer dist/stage-parser.module.js", "prebuild": "rimraf dist", "build": "tsc && node build && typedoc --out docs --theme default --entryPointStrategy expand src", "prepublishOnly": "npm run build", "start": "node build -w", "test": "node_modules/.bin/test './test/*.spec.js'" }, "prettier": { "semi": false, "singleQuote": true, "useTabs": true }, "devDependencies": { "@a-morphous/test": "workspace:^1.0.0", "@types/node": "^17.0.21", "cross-env": "^7.0.3", "esbuild": "^0.14.25", "glob": "^7.1.6", "prettier": "^2.5.1", "rimraf": "^3.0.2", "source-map-explorer": "^2.5.2", "ts-node": "^9.1.1", "tslib": "^2.3.1", "typedoc": "^0.22.13", "typescript": "^4.2.2" }, "dependencies": { "@iarna/toml": "^2.2.5", "eol": "^0.9.1", "minimist": "^1.2.5", "moo": "^0.5.1" } }