-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "offcourse_",
"version": "1.0.0",
"description": "TweetIt",
"main": "TweetIt.js",
"dependencies": {
"@tensorflow-models/knn-classifier": "^1.2.1",
"@tensorflow-models/universal-sentence-encoder": "^1.2.0",
"@tensorflow/tfjs": "^1.3.2",
"@tensorflow/tfjs-core": "^1.2.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "^14.5.8",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"skmeans": "^0.11.2"
},
"devDependencies": {
"eslint": "^6.5.1",
"fs": "0.0.1-security"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "start node back/api.js & start node front/Server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/A-Daneel/AI_bots.git"
},
"author": "Daneel",
"license": "ISC",
"bugs": {
"url": "https://github.com/A-Daneel/AI_bots/issues"
},
"homepage": "https://github.com/A-Daneel/AI_bots#readme"
}