{ "name": "pegjs-dev", "private": true, "workspaces": [ "docs", "packages/*", "tools/*", "test" ], "scripts": { "lint": "eslint --ext .js .", "spec": "mocha --reporter progress", "benchmark": "node tools/benchmark", "build-parser": "pegjs -c src/pegjs.config.js", "build-dist": "bundle", "watch-dist": "bundle --watch", "clean": "rimraf packages/pegjs/dist examples/*.js", "impact": "node tools/impact master", "now-build": "npm run build-docs", "test": "nyc mocha", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "dependencies": { "@futagoza/eslint-config": "9.3.0", "@futagoza/eslint-config-dev": "9.3.0", "@types/node": "8", "codecov": "3.6.1", "eslint": "6.4.0", "mocha": "6.2.0", "nyc": "14.1.1", "rimraf": "3.0.0" }, "engines": { "node": ">= 8" } }