50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "vogue",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"bin": {
|
|
"vogue": "out/run.js"
|
|
},
|
|
"scripts": {
|
|
"test": "c8 --all mocha",
|
|
"test:watch": "mocha",
|
|
"debug": "cross-env DEBUG=vogue:* yarn node --enable-source-maps --unhandled-rejections=strict out/run.js test",
|
|
"debug:watch": "supervisor -w out,test/system/**/*.v,lib -n exit --exec yarn -- clear_and yarn debug",
|
|
"compile": "tsc --listEmittedFiles",
|
|
"compile:watch": "yarn compile --watch --preserveWatchOutput",
|
|
"postinstall": "yarn compile"
|
|
},
|
|
"dependencies": {
|
|
"@types/chai": "^4.2.18",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/fs-extra": "^9.0.11",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/lodash": "^4.14.169",
|
|
"@types/nearley": "^2.11.1",
|
|
"@types/node": "^15.3.0",
|
|
"@types/sinon": "^10.0.0",
|
|
"@types/uglify-js": "^3.13.0",
|
|
"@types/uuid": "^8.3.0",
|
|
"c8": "^7.7.2",
|
|
"chai": "^4.3.4",
|
|
"cross-env": "^7.0.3",
|
|
"debug": "^4.3.1",
|
|
"esm": "^3.2.25",
|
|
"fs-extra": "^10.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mocha": "^8.4.0",
|
|
"mocha-lcov-reporter": "^1.3.0",
|
|
"moo": "^0.5.1",
|
|
"nearley": "^2.20.1",
|
|
"sinon": "^10.0.0",
|
|
"supervisor": "^0.12.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.4",
|
|
"uglify-js": "^3.13.5",
|
|
"uuid": "^8.3.2",
|
|
"yarn": "^1.22.10"
|
|
}
|
|
}
|