26 lines
575 B
JSON
26 lines
575 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon --ignore ./storage/ --exec babel-node server.js"
|
|
},
|
|
"type": "module",
|
|
"keywords": [],
|
|
"author": "Grzegorz Kupczyk",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/cli": "^7.15.7",
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/node": "^7.15.4",
|
|
"@babel/preset-env": "^7.15.6",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lowdb": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.13"
|
|
}
|
|
}
|