-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 972 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 972 Bytes
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": "@bfmeta/transaction-maker-dev",
"private": true,
"version": "0.0.0",
"description": "transaction-maker-dev for the third party",
"scripts": {
"lsts": "node ./scripts/listAllFile.js",
"clear": "node ./scripts/rmBuild.js",
"dev": "tsc --build -w",
"dev:all": "tsc --build ./tsconfig.json -w",
"build": "tsc --build ./tsconfig.json",
"rebuild": "yarn clear && yarn build"
},
"repository": {
"type": "git",
"url": "ssh://bnqkl.dev:22/CoreProductCollection/BFChain-Meta/_git/BFMeta-Transaction-Maker-Dev"
},
"author": "BFMeta Team",
"license": "ISC",
"dependencies": {
"@bfmeta/sign-util": "^1.1.1",
"@bfmeta/transaction-maker-api": "^1.0.39",
"hotscript": "^1.0.12",
"inquirer": "^8.2.5"
},
"devDependencies": {
"@types/inquirer": "^8.2.6",
"@types/node": "^16.0.0",
"tslib": "^2.2.0"
}
}