-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "What-ToDo-NodeJS",
"version": "1.0.0",
"description": "A simple to-do app created using NodeJS, Express Server, MySQL DB, and traditional frontend (HTML,JS,& CSS)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vivekkhimani/What-ToDo-NodeJS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vivekkhimani/What-ToDo-NodeJS/issues"
},
"homepage": "https://github.com/vivekkhimani/What-ToDo-NodeJS#readme",
"dependencies": {
"@tensorflow-models/universal-sentence-encoder": "^1.2.2",
"@tensorflow/tfjs": "^1.7.0",
"@tensorflow/tfjs-node": "^1.7.0",
"compute-cosine-similarity": "^1.0.0",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"mathjs": "^6.6.1",
"mysql": "^2.18.1",
"path": "^0.12.7",
"request": "^2.88.2",
"sleep": "^6.1.0"
}
}