-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 908 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
{
"name": "@bfmeta/node-sdk",
"version": "4.0.7",
"description": "bfmeta node sdk for js",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"lsts": "node ./scripts/listAllFile.js",
"clear": "node ./scripts/rmBuild.js",
"dev": "tsc --build -w",
"build": "tsc --build ./tsconfig.all.json",
"rebuild": "yarn clear & yarn build"
},
"repository": {
"type": "git",
"url": "git@github.com:BioforestChain/BFMeta-Node-SDK.git"
},
"author": "BFMeta Team",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.3",
"node-fetch": "^3.3.1",
"tslib": "^2.4.1"
},
"dependencies": {
"@types/socket.io-client": "^1.4.36",
"@bfmeta/sign-util": "^1.0.8",
"socket.io-client": "^2.4.0"
},
"files": [
"build/*"
]
}