-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1005 Bytes
/
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": "slot-backend",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --ignore database/ src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-tom-0108/Sports_Betting_API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dev-tom-0108/Sports_Betting_API/issues"
},
"homepage": "https://github.com/dev-tom-0108/Sports_Betting_API#readme",
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/request": "^2.48.8",
"ts-node": "^10.9.1",
"typescript": "^5.2.0-dev.20230715"
},
"dependencies": {
"axios": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"lucid-cardano": "^0.10.6",
"path": "^0.12.7",
"request": "^2.88.2"
}
}