nano-pow
Version:
Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.
74 lines (73 loc) • 1.65 kB
JSON
{
"name": "nano-pow",
"version": "4.1.7",
"description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.",
"keywords": [
"nemo",
"nano",
"cash",
"crypto",
"currency",
"cryptocurrency",
"coin",
"nonce",
"pow",
"proof of work",
"webgpu",
"webgl",
"webgl2"
],
"homepage": "https://zoso.dev",
"bugs": "bug-nano-pow@zoso.dev",
"license": "(GPL-3.0-or-later AND MIT)",
"author": "Chris Duncan <chris@zoso.dev>",
"funding": {
"type": "nano",
"url": "nano:nano_1zosoqs47yt47bnfg7sdf46kj7asn58b7uzm9ek95jw7ccatq37898u1zoso"
},
"files": [
"/dist",
"/docs",
"/LICENSES",
"AUTHORS.md",
"package.json.license"
],
"main": "./dist/main.min.js",
"browser": {
"./dist/main.min.js": true
},
"bin": {
"nano-pow": "dist/bin/nano-pow.sh"
},
"man": "./docs/nano-pow.1",
"repository": {
"type": "git",
"url": "git+https://zoso.dev/nano-pow.git"
},
"scripts": {
"benchmark": "npm run build && ./dist/bin/nano-pow.sh --benchmark 100",
"build": "rm -rf {dist,types} && tsc && node esbuild.mjs && cp -p src/bin/nano-pow.sh dist/bin",
"prepare": "npm run build",
"start": "./dist/bin/nano-pow.sh --server",
"test": "npm run build && ./test/script.sh"
},
"devDependencies": {
"@types/node": "^22.15.14",
"@webgpu/types": "^0.1.60",
"esbuild": "^0.25.4",
"esbuild-plugin-glsl": "^1.4.0",
"typescript": "^5.8.3"
},
"optionalDependencies": {
"puppeteer": "^24.8.1"
},
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"default": "./dist/main.min.js"
}
},
"types": "./dist/types.d.ts",
"unpkg": "./dist/main.min.js"
}