-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 KB
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
43
44
{
"name": "@bfmeta/transaction-maker-server",
"private": true,
"bin": "index.js",
"pkg": {
"scripts": [
"build/src/*.js"
]
},
"workspaces": [
"packages/*"
],
"version": "1.0.9",
"description": "transaction-maker-server for the third party",
"scripts": {
"lsts": "node ./scripts/listAllFile.js",
"clear": "node ./scripts/rmBuild.js",
"dev": "tsc --build -w",
"dev:all": "tsc --build ./tsconfig.all.json -w",
"build": "tsc --build ./tsconfig.all.json",
"rebuild": "yarn clear && yarn build",
"prod:dev": "node ./scripts/buildProd.js",
"prod": "yarn rebuild && yarn prod:dev"
},
"repository": {
"type": "git",
"url": "ssh://bnqkl.dev:22/CoreProductCollection/BFChain-PC/_git/BFChain-PC-SDK"
},
"author": "BFChain Team",
"license": "ISC",
"dependencies": {
"@bfchain/coretools": "^5.0.34",
"@bfmeta/transaction-maker-typings": "^1.1.11",
"colors": "1.4.0",
"socket.io": "^4.6.1",
"streamroller": "^3.1.5"
},
"devDependencies": {
"@types/node": "^16.0.0",
"esbuild": "^0.11.6",
"lerna": "^3.20.2",
"tslib": "^2.2.0"
}
}