-
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) · 940 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 940 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",
"private": true,
"workspaces": [
"packages/*"
],
"version": "0.0.0",
"description": "transaction-maker 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",
"publ": "lerna publish",
"publ:force": "lerna publish --force-publish",
"sync": "node ./scripts/syncPackage.js"
},
"repository": {
"type": "git",
"url": "git@github.com:BioforestChain/BFMeta-Transaction-Maker.git"
},
"author": "BFMeta Team",
"license": "cc-by-4.0",
"dependencies": {},
"devDependencies": {
"@types/node": "^16.0.0",
"lerna": "^3.20.2"
}
}