You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pegjs/package.json

55 lines
1.5 KiB
JSON

{
"name": "pegjs-dev",
"private": true,
"workspaces": [
"packages/*",
"tools/*"
],
"scripts": {
"lint": "eslint .",
"spec": "mocha --recursive",
"benchmark": "benchmark",
"build:parser": "gulp build:parser",
"build:dist": "rollup -c",
"clean": "gulp clean",
"impact": "impact master",
"start": "node server.js",
"test": "eslint . && nyc mocha --recursive",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"body-parser": "1.18.3",
"chai": "4.2.0",
"chai-like": "1.1.1",
"ejs": "2.6.1",
"express": "4.16.4",
"express-layout": "0.1.0",
"morgan": "1.9.1",
"pretty-ms": "4.0.0",
"sinon": "7.1.0",
"rollup": "0.66.6",
"rollup-plugin-babel": "4.0.3",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-multi-entry": "2.0.2",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-json": "3.1.0"
},
"devDependencies": {
"@futagoza/child-process": "~1.0.0",
"@futagoza/gulpx": "~1.0.0",
"coveralls": "3.0.2",
"dedent": "0.7.0",
"del": "3.0.0",
"eslint": "5",
"eslint-config-futagozaryuu": "5",
"mocha": "5.2.0",
"nyc": "13.1.0",
"rollup-plugin-terser": "3.0.0"
},
"engines": {
"node": ">= 6"
}
}