-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
51 lines (51 loc) · 1.23 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "livesoccer",
"version": "1.0.0",
"description": "",
"main": "./src/server.ts",
"scripts": {
"start": "ts-node ./src/server.ts"
},
"engines": {
"node": "16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/im-parsa/livesoccer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/im-parsa/livesoccer/issues"
},
"homepage": "https://github.com/im-parsa/livesoccer#readme",
"dependencies": {
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/express-rate-limit": "^5.1.3",
"@types/moment": "^2.13.0",
"@types/node-fetch": "^3.0.3",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-rate-limit": "^5.4.1",
"moment": "^2.29.1",
"node-fetch": "^3.0.0",
"nodemon": "^2.0.13",
"npm": "^8.0.0",
"path": "^0.12.7",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-rate-limit": "^5.1.3",
"@types/moment": "^2.13.0",
"@types/node": "^16.10.3",
"@types/node-fetch": "^3.0.3",
"nodemon": "^2.0.13",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}