add missing npm to package.json

This commit is contained in:
einhorn_b 2021-09-23 13:46:11 +02:00
parent 97fc638775
commit 1ac53d0d03

View File

@ -25,7 +25,8 @@
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"mysql2": "^2.3.0", "mysql2": "^2.3.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1" "type-graphql": "^1.1.1",
"typeorm": "^0.2.37"
}, },
"devDependencies": { "devDependencies": {
"@types/express": "^4.17.12", "@types/express": "^4.17.12",