-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "homelike-test",
"version": "1.0.0",
"description": "",
"main": "./src/main.ts",
"scripts": {
"start": "ts-node-dev --respawn --transpile-only ./src/main.ts",
"build": "npm install && yarn install"
},
"author": "AlexanderKanakis <kanaxbusiness@gmail.com>",
"license": "ISC",
"dependencies": {
"@angular/cli": "^15.0.4",
"@typegoose/typegoose": "^10.0.0",
"@types/bcrypt": "^5.0.0",
"@types/config": "^3.3.0",
"@types/express": "^4.17.15",
"@types/jsonwebtoken": "^9.0.0",
"@types/lodash": "^4.14.191",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"config": "^3.3.8",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongoose": "^6.8.1",
"morgan": "^1.10.0",
"nanoid": "^4.0.0",
"npx": "^10.2.2",
"pino": "^8.8.0",
"ts-node-dev": "^2.0.0",
"yarn": "^1.22.19",
"@types/cors": "^2.8.13",
"typescript": "^4.9.4"
},
"devDependencies": {}
}