Basic database structure
- Change license
This commit is contained in:
17
package.json
17
package.json
@@ -23,12 +23,25 @@
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"jayson": "^3.4.4",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"mongoose": "^5.11.8",
|
||||
"mysql": "^2.18.1",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.1.3"
|
||||
"typeorm": "^0.2.29",
|
||||
"typescript": "^4.1.3",
|
||||
"winston": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/typescript": "2.0.0"
|
||||
"@types/typescript": "2.0.0",
|
||||
"@types/body-parser": "1.19.0",
|
||||
"@types/cors": "2.8.9",
|
||||
"@types/express": "4.17.9",
|
||||
"@types/winston": "2.4.4",
|
||||
"@types/dotenv": "8.2.0",
|
||||
"@types/jsonwebtoken": "8.5.0",
|
||||
"@types/mysql": "2.15.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user