UNPKG

gitiumiota

Version:
72 lines (71 loc) 2.01 kB
{ "name": "@iota/bundle", "version": "1.0.0-beta.21", "description": "Utilities for generating and signing bundles", "main": "./out/bundle/src/index.js", "typings": "typings/bundle/src", "publishConfig": { "access": "public" }, "scripts": { "prepare": "tsc", "test": "tsc && nyc riteway out/bundle/test/bundle.test.js", "test-ci": "nyc riteway out/bundle/test/bundle.test.js", "watch": "watch 'clear && npm run -s test'", "lint": "tslint --project .", "docs": "tsc && jsdoc2md --no-cache --plugin dmd-clear -t README_tpl.hbs --files './out/**/*.js' > README.md" }, "contributors": [ "Dominik Schiener <dom@iota.org> (https://iota.org)", "Edward Greve <edward@iota.org> (https://github.com/anyong)", "Chris Dukakis <chris.dukakis@iota.org> (https://github.com/chrisdukakis)" ], "nyc": { "watermarks": { "functions": [ 100, 100 ], "branches": [ 100, 100 ], "statements": [ 100, 100 ] }, "include": [ "out/*/src/*.js" ] }, "keywords": [ "iota", "tangle", "library", "browser", "javascript", "nodejs", "API" ], "license": "MIT", "bugs": { "url": "https://github.com/iotaledger/iota.js/issues" }, "repository": { "type": "git", "url": "https://github.com/iotaledger/iota.js/tree/next/packages/bundle" }, "dependencies": { "@iota/converter": "^1.0.0-beta.21", "@iota/kerl": "^1.0.0-beta.21", "@iota/signing": "^1.0.0-beta.21", "@iota/transaction": "^1.0.0-beta.21", "@types/warning": "^3.0.0", "warning": "^4.0.3" }, "devDependencies": { "riteway": "^6.0.3", "watch": "^1.0.2" } }