@swtc/keypairs
Version:
swtc keypairs
73 lines (72 loc) • 1.92 kB
JSON
{
"name": "@swtc/keypairs",
"version": "1.2.0",
"engines": {
"node": ">=20.0.0"
},
"description": "swtc keypairs",
"files": [
"dist",
"cjs",
"esm"
],
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "cjs/index.d.ts",
"dependencies": {
"@swtc/address-codec": "^1.2.0",
"@swtc/common": "^1.2.0",
"@swtc/sm.js": "^0.1.12",
"bn.js": "^4.12.3",
"brorand": "^1.1.0",
"elliptic": "^6.6.0",
"hash.js": "^1.0.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.0.0",
"@types/jest": "^29.5.0",
"husky": "^9.0.0",
"jest": "^29.0.0",
"mocha": "^10.0.0",
"prettier": "^3.0.0",
"pretty-quick": "^4.0.0",
"rollup": "^4.0.0",
"tslib": "^2.6.0",
"typescript": "^5.7.0"
},
"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",
"lint": "eslint tssrc/",
"test:jest": "jest",
"test:guomi": "mocha \"test/guomi*.js\"",
"test": "mocha test/test*js --exit --timeout 5000"
},
"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": "7e16cc86c0e36a72266eee05bdf87c60df761fa0"
}