feat: alpine 0.0.1 version complate

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-07-11 13:35:16 +08:00
parent 63536569cf
commit 13607ba157
38 changed files with 1376 additions and 1064 deletions

View File

@@ -18,10 +18,13 @@
"clean": "npx rimraf dist",
"prebuild": "yarn clean",
"watch": "npx tsc --watch",
"postbuild": "cp src/HTML/* dist/HTML/ -rf",
"build": "npx tsc",
"start": "node dist/run-node.js"
},
"dependencies": {
"@types/bintrees": "^1.0.2",
"@types/secp256k1": "^3.5.0",
"bintrees": "^1.0.2",
"greenlock": "^2.6.7",
"ntp-client": "^0.5.3",
@@ -36,4 +39,4 @@
"ts-node-dev": "^1.0.0-pre.40",
"typescript": "^3.5.3"
}
}
}