| 12345678910111213141516 |
- {
- "name": "node-example",
- "version": "1.0.0",
- "description": "a node example",
- "scripts": {
- "postinstall": "yarn install-local-jsr",
- "install-local-jsr": "rm -rf node_modules/jasmine-spec-reporter && npm install jasmine-spec-reporter",
- "test": "jasmine"
- },
- "author": "Bastien Caudan",
- "license": "Apache-2.0",
- "dependencies": {
- "jasmine": "file:../../node_modules/jasmine",
- "jasmine-spec-reporter": "file:../../"
- }
- }
|