Initial commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "permissions_api",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "permissions.js",
|
||||
"scripts": {
|
||||
"start": "nodemon permissions.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"express-validator": "^6.2.0",
|
||||
"knex": "^0.20.0",
|
||||
"pg": "^7.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.19.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user