UNPKG

slp-list

Version:

List token holders and balances at any block height

52 lines (51 loc) 1.41 kB
{ "name": "slp-list", "version": "1.1.0", "description": "List token holders and balances at any block height", "main": "dist/index.js", "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "scripts": { "start": "ts-node demo.ts", "test": "nyc mocha --timeout 1000000", "build": "tsc && browserify ./dist/index.js --standalone slp-list > dist/slp-list.js && uglifyjs dist/slp-list.js > dist/slp-list.min.js" }, "unpkg": "dist/slp-list.min.js", "bugs": { "url": "https://github.com/simpleledger/slp-list.js/issues" }, "homepage": "https://github.com/simpleledger/slp-list.js#readme", "keywords": [ "SLP", "BCH", "Bitcoin", "Cash" ], "author": "James Cramer", "license": "ISC", "dependencies": { "axios": "^0.19.2", "big.js": "^5.2.2", "buffer": "^5.6.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^0.1.3", "@types/big.js": "^4.0.5", "@types/inquirer": "^6.5.0", "@types/mocha": "^5.1.1", "bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#master", "browserify": "^16.5.1", "cli-spinner": "^0.2.10", "grpc-bchrpc-node": "^0.10.0", "inquirer": "^6.5.2", "mocha": "^7.1.1", "nyc": "^14.1.1", "source-map-support": "^0.5.16", "ts-node": "^8.8.2", "typescript": "^3.8.3", "typescript-tslint-plugin": "^0.5.5", "uglify-es": "^3.3.9" } }