-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "football-predictions-tool",
"version": "1.0.0",
"description": "this is a Model to get football matches expectation result",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node index.ts --max-old-space-size=4096",
"dev": "nodemon index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azizmobarak/ai-football-prediction.git"
},
"keywords": [
"ai",
"football",
"results",
"model",
"ai",
"model"
],
"author": "aziz mobarak",
"license": "MIT",
"bugs": {
"url": "https://github.com/azizmobarak/ai-football-prediction/issues"
},
"homepage": "https://github.com/azizmobarak/ai-football-prediction#readme",
"dependencies": {
"@tensorflow/tfjs": "^4.21.0",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"nodemon": "^3.1.7"
}
}