-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 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": "gpujs-hive-compute",
"version": "0.6.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "TEST=true ts-node -r ./test/*.ts ./test/**/*.ts | tap-spec",
"npm-publish": "yarn test && yarn build && yarn publish"
},
"dependencies": {
"ip": "^1.1.5",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/ip": "^1.1.0",
"@types/node": "^14.0.24",
"@types/readline-sync": "^1.4.3",
"@types/tape": "^4.13.0",
"@types/ws": "^7.2.6",
"gpu.js": "^2.9.5",
"readline-sync": "^1.4.10",
"tap-spec": "^5.0.0",
"tape": "^5.0.1",
"ts-node": "^9.0.0",
"typescript": "^4.2.3"
}
}