-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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
40
{
"name": "masa-backend-nodejs",
"version": "2.0.0",
"description": "Masa nodejs Backend project",
"main": "source/server.ts",
"scripts": {
"dev": "nodemon source/server.ts",
"build": "rm -rf build/ && prettier --write source/ && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lentyaishe/masa-backend-nodejs.git"
},
"author": "Ilya Pogrebensky",
"license": "ISC",
"bugs": {
"url": "https://github.com/lentyaishe/masa-backend-nodejs/issues"
},
"homepage": "https://github.com/lentyaishe/masa-backend-nodejs#readme",
"dependencies": {
"@types/axios": "0.14.0",
"@types/bcryptjs": "2.4.2",
"@types/express": "4.17.13",
"@types/jsonwebtoken": "8.5.9",
"@types/morgan": "1.9.3",
"@types/mssql": "8.1.1",
"@types/underscore": "1.11.4",
"axios": "0.27.2",
"bcryptjs": "2.4.3",
"express": "4.18.1",
"jsonwebtoken": "8.5.1",
"morgan": "1.10.0",
"msnodesqlv8": "2.6.0",
"mssql": "9.0.1",
"nodemon": "2.0.19",
"ts-node": "10.9.1",
"typescript": "4.8.2",
"underscore": "1.13.4"
}
}