-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 792 Bytes
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
{
"name": "teamteam",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./dist/server.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naman2003now/teamteam.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/naman2003now/teamteam/issues"
},
"homepage": "https://github.com/naman2003now/teamteam#readme",
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/mongoose": "^5.11.97",
"@types/node": "^17.0.35"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"mongoose": "^6.3.4",
"typescript": "^4.6.4"
}
}