19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "norestforthewiccad",
|
|
"version": "1.0.0",
|
|
"description": "RESTful API for witches and wizards",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha",
|
|
"app": "./node_modules/nodemon/bin/nodemon.js index.js"
|
|
},
|
|
"author": "",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"chai": "^4.3.4",
|
|
"chai-http": "^4.3.0",
|
|
"express": "^4.17.1",
|
|
"mocha": "^9.0.0"
|
|
}
|
|
}
|