You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
705 B
32 lines
705 B
{
|
|
"name": "doge-seed",
|
|
"version": "1.0.0",
|
|
"description": "Dank mnemonic seed phrases",
|
|
"main": "src/index.js",
|
|
"author": "Luke Childs <lukechilds123@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": "lukechilds/doge-seed",
|
|
"keywords": [
|
|
"bitcoin",
|
|
"cryptocurrency",
|
|
"seed",
|
|
"phrase",
|
|
"bip39"
|
|
],
|
|
"scripts": {
|
|
"test": "xo && nyc ava",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/comic-neue": "^4.5.10",
|
|
"bip39": "^2.5.0",
|
|
"randombytes": "^2.0.6",
|
|
"tex-to-svg": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"coveralls": "^3.0.2",
|
|
"nyc": "^13.1.0",
|
|
"xo": "^0.23.0"
|
|
}
|
|
}
|
|
|