Create user
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/cors": "^2.8.10",
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/jsonwebtoken": "^8.5.1",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"express-async-errors": "^3.1.1",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"pg": "^8.5.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"ts-node-dev": "^1.1.2",
|
||||
"typeorm": "^0.2.32",
|
||||
"typescript": "^4.2.2",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:server": "ts-node-dev --inspect --transpile-only --ignore-watch node_modules src/server.ts",
|
||||
"typeorm": "ts-node-dev ./node_modules/typeorm/cli.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user