forked from latticexyz/mud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 979 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
{
"name": "@latticexyz/services",
"license": "MIT",
"version": "1.40.0",
"description": "MUD services for enhanced interactions with on-chain ECS state",
"main": "protobuf/ts/index.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
"directory": "packages/services"
},
"scripts": {
"prepare": "make build",
"docs": "rimraf API && mkdir -p _docs/pkg && find pkg -type f -name '*.go' -exec bash -c 'gomarkdoc {} > \"$(dirname _docs/{})\".md' \\; && mv _docs/pkg API && rimraf _docs",
"test": "tsc --noEmit && echo 'todo: add tests'",
"protoc-ts": "make protoc-ts",
"link": "yarn link",
"release": "npm publish --access=public"
},
"devDependencies": {
"rimraf": "^3.0.2",
"ts-proto": "^1.126.1"
},
"gitHead": "914a1e0ae4a573d685841ca2ea921435057deb8f",
"dependencies": {
"long": "^5.2.1",
"nice-grpc-common": "^2.0.0",
"protobufjs": "^7.1.2"
}
}