-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 Bytes
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
{
"name": "TraumaYogaApp",
"version": "1.0.0",
"description": "A game made to help people mindfully stretch throughout their day.",
"main": "webserver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -L webserver.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smshields/FoldNStir"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smshields/FoldNStir/issues"
},
"homepage": "https://github.com/smshields/FoldNStir#readme",
"dependencies": {
"@tensorflow-models/pose-detection": "^2.0.0",
"@tensorflow/tfjs-backend-wasm": "^3.21.0",
"@tensorflow/tfjs-core": "^3.21.0",
"express": "^4.18.0",
"tone": "^14.7.77"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}