UNPKG

iota-converter

Version:

Converts between trytes, trits and bytes

40 lines (39 loc) 1.05 kB
{ "name": "iota-converter", "version": "0.1.4", "description": "Converts between trytes, trits and bytes", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "tsc --project tsconfig.json", "test": "mocha test/**/*.spec.ts --require ts-node/register", "test:watch": "npm run test -- --watch --watch-extensions=ts" }, "repository": { "type": "git", "url": "git+https://github.com/alexpods/iota-converter.git" }, "keywords": [ "iota", "ternary", "trits", "trytes", "converter" ], "author": "alexpods <alexey.podskrebyshev@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/alexpods/iota-converter/issues" }, "homepage": "https://github.com/alexpods/iota-converter#readme", "devDependencies": { "@types/chai": "^4.1.1", "@types/mocha": "^2.2.46", "@types/node": "^9.3.0", "chai": "^4.1.2", "mocha": "^5.0.0", "ts-node": "^4.1.0", "typescript": "^2.6.2" } }