-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 978 Bytes
/
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
41
42
{
"name": "spot-sdk-ts",
"version": "0.0.1",
"description": "TypeScript bindings based on protobufs (proto3) provided by Boston Dynamics",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"generate": "npx ts-node build.ts",
"build": "tsc"
},
"keywords": [
"spot",
"boston dynamics",
"boston",
"dynamics",
"robot",
"node",
"client",
"sdk",
"typescript"
],
"author": "Eugene Hauptmann <e@eugenehp.de>",
"license": "SEE LICENSE IN ./LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/eugenehp/spot-sdk-ts.git"
},
"homepage": "https://github.com/eugenehp/spot-sdk-ts#readme",
"bugs": {
"url": "https://github.com/eugenehp/spot-sdk-ts/issues"
},
"dependencies": {
"@grpc/grpc-js": "^1.6.10",
"rxjs": "^7.5.6",
"ts-proto": "^1.121.6"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^18.7.3",
"glob": "^8.0.3"
}
}