@swtc/keypairs
Version:
swtc keypairs
70 lines (69 loc) • 1.85 kB
JSON
{
"name": "@swtc/keypairs",
"version": "1.1.4",
"description": "swtc keypairs",
"files": [
"dist",
"cjs",
"esm"
],
"main": "cjs/index.js",
"module": "esm/index.js",
"dependencies": {
"@swtc/address-codec": "^1.1.1",
"@swtc/common": "^1.1.1",
"@swtc/sm.js": "^0.1.12",
"bn.js": "^4.4.0",
"brorand": "^1.1.0",
"elliptic": "^6.4.0",
"hash.js": "^1.0.3"
},
"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/jest": "^26.0.8",
"husky": "^4.2.5",
"jest": "^26.1.0",
"mocha": "^8.0.1",
"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"
},
"scripts": {
"clean": "rm -fr esm cjs dist src package-lock.json node_modules",
"rollup": "rollup -c",
"tsc": "tsc",
"compile": "tsc -p tsconfig.cjs.json; tsc -p tsconfig.esm.json",
"build": "rollup -c",
"prettier": "prettier",
"pretty-quick": "pretty-quick",
"prettier:check": "prettier -c tssrc/*.ts",
"prettier:tabs": "prettier --use-tabs --write package.json tssrc/*.ts",
"tslint": "tslint tssrc/*.ts",
"test:jest": "jest",
"test:guomi": "mocha \"test/guomi*.js\"",
"test": "mocha test/test*js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swtcca/swtclib.git"
},
"bugs": {
"url": "git+https://github.com/swtcca/swtclib.git"
},
"homepage": "https://github.com/swtcca/swtclib",
"license": "ISC",
"readmeFilename": "README.md",
"keywords": [
"swtc",
"jingtum",
"keypair"
],
"gitHead": "ec88bf3d14b46f1bbfb43a521870efbd16a63402"
}