tera/package.json

34 lines
802 B
JSON

{
"name": "tera",
"version": "1.0.0",
"description": "Tera wallet",
"main": "dist/run-node.js",
"repository": "https://git.yumc.pw/circlecloud/tera.git",
"keywords": [
"wallet",
"cryptowallet",
"quick",
"messenger",
"cryptocurrency",
"cryptomessenger"
],
"author": "MiaoWoo<admin@yumc.pw>",
"license": "MIT",
"scripts": {
"clean": "",
"prebuild": "yarn clean"
},
"dependencies": {
"bintrees": "^1.0.2",
"greenlock": "^2.6.7",
"ntp-client": "^0.5.3",
"secp256k1": "^3.6.1",
"stun": "^1.1.0",
"uglify-js": "^3.4.9",
"zip": "^1.2.0"
},
"devDependencies": {
"@types/node": "^12.6.1",
"typescript": "^3.5.3"
}
}