seed-words
Version:
28 lines (27 loc) • 773 B
JSON
{
"name": "seed-words",
"version": "1.0.2",
"description": "Seed Words JS SDK",
"main": "seedwords.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx -p typescript tsc seedwords.js --declaration --allowJs --emitDeclarationOnly --outDir dist && jsdoc2md seedwords.js >README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quantumcoinproject/seed-words.git"
},
"keywords": [
"seed-words",
"seed-phrases",
"mnemonics",
"seeds",
"quantumcoin"
],
"author": "QuantumCoin Community",
"license": "MIT",
"bugs": {
"url": "https://github.com/quantumcoinproject/seed-words/issues"
},
"homepage": "https://github.com/quantumcoinproject/seed-words#readme"
}