ds-algo-study
Version:
Just experimenting with publishing a package
21 lines (20 loc) • 380 B
JSON
{
"name": "recursion_project_solution",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"mocha": "^6.0.2"
}
}