@swtc/wallet
Version:
swtc wallet library
71 lines (70 loc) • 2.04 kB
JSON
{
"name": "@swtc/wallet",
"version": "1.1.1",
"description": "swtc wallet library",
"main": "cjs/index.js",
"module": "esm/index.js",
"unpkg": "dist/swtc-wallet.js",
"jsdelivr": "dist/swtc-wallet.js",
"directories": {
"test": "test"
},
"scripts": {
"clean": "rm -fr esm cjs dist src package-lock.json node_modules",
"prettier": "prettier",
"pretty-quick": "pretty-quick",
"prettier:check": "prettier -c tssrc/*.ts",
"prettier:tabs": "prettier --use-tabs --write package.json tssrc/*.ts",
"tsc": "tsc",
"compile": "tsc -p tsconfig.cjs.json; tsc -p tsconfig.esm.json",
"build": "tsc; webpack; rollup -c",
"rollup": "rollup -c",
"tslint": "tslint tssrc/*.ts",
"test": "mocha \"test/*.js\"",
"test:guomi": "mocha \"test/guomi*.js\"",
"test:api": "mocha \"test/*.js\"",
"test:nyc": "nyc --reporter=html --reporter=text mocha test/test*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swtcca/swtclib.git"
},
"keywords": [
"swtc",
"jingtum",
"wallet",
"guomi"
],
"author": "Lospring Liu <lospringliu@gmail.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "git+https://github.com/swtcca/swtclib.git"
},
"homepage": "https://github.com/swtcca/swtclib",
"dependencies": {
"@swtc/address-codec": "^1.1.1",
"@swtc/common": "^1.1.1",
"@swtc/keypairs": "^1.1.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/node": "^14.0.27",
"chai": "^4.2.0",
"husky": "^4.2.5",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"rollup": "^2.23.0",
"rollup-plugin-terser": "^6.1.0",
"tslib": "^2.0.0",
"tslint": "^6.1.2",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"gitHead": "ec88bf3d14b46f1bbfb43a521870efbd16a63402"
}