@paragon-wallet/novo-simple-keyring
Version:
A simple standard interface for a series of Novo private keys.
55 lines (54 loc) • 1.44 kB
JSON
{
"name": "@paragon-wallet/novo-simple-keyring",
"version": "0.1.7",
"description": "A simple standard interface for a series of Novo private keys.",
"keywords": [
"novo",
"keyring"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=12.0.0"
},
"files": [
"/es",
"/lib"
],
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "rimraf lib && cross-env BABEL_ENV=cjs gulp build",
"build:esm": "rimraf es && cross-env BABEL_ENV=esm gulp build",
"build:typed": "tsc --declaration --emitDeclarationOnly --noEmit false"
},
"author": "",
"license": "MIT",
"dependencies": {
"@paragon-wallet/novocore-lib": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@types/chai": "^4.2.20",
"@types/mocha": "^8.2.2",
"@types/node": "^16.11.10",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"glob": "^7.1.7",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-typescript": "*",
"mocha": "^9.0.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.3",
"watch": "^1.0.2",
"watchify": "^4.0.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}