ds-algo-study
Version:
Just experimenting with publishing a package
22 lines (21 loc) • 419 B
JSON
{
"name": "callbacks-solution",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-with-json": "mocha --reporter json"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"mocha": "^6.2.2"
}
}