UNPKG

@bananocoin/banano-ipfs

Version:

Tool for converting between IPFS CID v0, hex, and Banano addresses.

43 lines (42 loc) 1.42 kB
{ "name": "@bananocoin/banano-ipfs", "version": "1.1.17", "description": "Tool for converting between IPFS CID v0, hex, and Banano addresses.", "main": "index.js", "author": "Airtune and Coranos", "license": "MIT", "keywords": [ "banano" ], "repository": { "type": "git", "url": "git+https://github.com/BananoCoin/banano-ipfs.git" }, "files": [ "./index.js" ], "scripts": { "coverage": "nyc -x 'test/util/**' -x 'test/**' ./node_modules/mocha/bin/mocha.js -t 100000 test/", "docs": "jsdoc2md documentation.js index.js > docs/documentation.md", "eslint": "eslint --fix '**/*.js'", "npm-check-updates": "npm-check-updates --target minor -u", "preflight": "npm update && npm run npm-check-updates && npm i && npm audit fix && npm run eslint && npm run prettier && npm run coverage && npm run docs && npm outdated && echo 'preflight passed'", "prettier": "prettier \"**/**.{ts,json,css,scss,html}\" --write", "test": "./node_modules/mocha/bin/mocha.js --recursive -t 100000 test/" }, "dependencies": { "@bananocoin/bananojs": "^2.10.1", "bs58": "^5.0.0" }, "preferGlobal": true, "devDependencies": { "chai": "^4.3.10", "eslint": "^8.51.0", "eslint-config-google": "^0.14.0", "jsdoc-to-markdown": "^8.0.0", "mocha": "^10.2.0", "npm-check-updates": "^16.14.5", "nyc": "^15.1.0", "prettier": "^3.0.3" } }