|
|
@ -9,7 +9,7 @@ |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"start": "node index.js", |
|
|
|
"start": "node index.js", |
|
|
|
"test": "npm run unit", |
|
|
|
"test": "npm run unit", |
|
|
|
"unit": "node test/unit/run.js | tap-spec", |
|
|
|
"unit": "node test/unit/run.js | tap-dot", |
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", |
|
|
|
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", |
|
|
|
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js", |
|
|
|
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js", |
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", |
|
|
|
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", |
|
|
|