-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 786 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 786 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
31
32
33
{
"name": "@epfml/discojs-node",
"version": "3.0.0",
"type": "module",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"watch": "nodemon --ext ts --ignore dist --watch ../discojs/dist --watch . --exec npm run",
"build": "tsc --build",
"test": "cd .. && vitest --run --project=discojs-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epfml/disco.git"
},
"bugs": {
"url": "https://github.com/epfml/disco/issues"
},
"homepage": "https://github.com/epfml/disco#readme",
"dependencies": {
"@epfml/discojs": "*",
"@roamhq/wrtc": "0.9",
"@tensorflow/tfjs-node": "4",
"csv-parse": "6",
"sharp": "0.34"
},
"devDependencies": {
"@types/node": "25",
"nodemon": "3",
"tmp-promise": "3",
"ts-node": "10"
}
}