-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 936 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
{
"name": "@likecoin/iscn-message-types",
"version": "0.0.8",
"description": "Provides javascript/typescript protobuf message definition for ISCN messsage.",
"engines": {
"node": ">=16"
},
"main": "./dist/index.js",
"module": "./dist/module/index.js",
"files": [
"dist/",
"proto/",
"src"
],
"scripts": {
"build": "rm -rf dist && tsc && tsc --project tsconfig.es6.json",
"generate": "",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/likecoin/iscn-message-types.git"
},
"author": "Wei <wei@liker.land>",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@bufbuild/buf": "^1.18.0-1",
"@protobuf-ts/plugin": "^1.0.13",
"@protobuf-ts/protoc": "^1.0.13",
"create-hash": "^1.2.0",
"protobufjs": "^6.11.2",
"secp256k1": "^4.0.2",
"ts-proto": "^1.81.3"
}
}