ds-algo-study
Version:
Just experimenting with publishing a package
20 lines (19 loc) • 353 B
JSON
{
"name": "tabulation_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",
"mocha": "^6.0.2"
}
}