pegjs/test/package.json
Futago-za Ryuu 93ceeff597 General QOL changes
- Added 'test/package.json' for dependencies used by spec tests
- Changed package names of local tools to reflect actual usage
- Removed bins for local tools (using files via 'node [file]' command)
- Updated help text for the CLIs of local tools to reflect changes
- Updated READMEs for tools
- Moved babel dependencies to 'tools/bundle/package.json'
- 'tools/bundle' now only logs created and watching
- Updated scripts in root package.json
2018-11-04 10:01:56 +00:00

11 lines
191 B
JSON

{
"name": "@pegjs/spec-suite",
"version": "0.11.0",
"private": true,
"dependencies": {
"chai": "4.2.0",
"chai-like": "1.1.1",
"sinon": "7.1.0"
}
}