forked from circlecloud/tera
1
0
Fork 0
tera/package.json

50 lines
1.4 KiB
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": "npx rimraf dist",
"prebuild": "yarn clean",
"watch": "npx tsc --watch",
"postbuild": "cp src/HTML/* dist/HTML/ -rf && cp package.json dist/",
"build": "npx tsc",
"start": "node dist/run-node.js"
},
"dependencies": {
"@cc-server/binding": "^0.6.1",
"@cc-server/core": "^0.6.1",
"@cc-server/ws": "^0.6.1",
"bintrees": "^1.0.2",
"greenlock": "^2.6.7",
"ntp-client": "^0.5.3",
"secp256k1": "^3.6.1",
"socket.io-client": "^2.2.0",
"stun": "^1.1.0",
"uglify-js": "^3.4.9",
"zip": "^1.2.0"
},
"devDependencies": {
"@types/bintrees": "^1.0.2",
"@types/express": "^4.17.0",
"@types/node": "^12.6.1",
"@types/secp256k1": "^3.5.0",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"rimraf": "^2.6.3",
"ts-node-dev": "^1.0.0-pre.40",
"typescript": "^3.5.3"
}
}