UNPKG

gitiumiota

Version:
76 lines (75 loc) 1.96 kB
{ "name": "@iota/http-client", "version": "1.0.0-beta.21", "description": "Send commands to IRI over HTTP.", "main": "./out/http-client/src/index.js", "typings": "typings/http-client/src", "publishConfig": { "access": "public" }, "scripts": { "prepare": "tsc", "test": "tsc && nyc ava", "test-ci": "nyc ava", "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)" ], "ava": { "files": "out/http-client/test/*.test.js", "failFast": true, "failWithoutAssertions": false, "compileEnhancements": false, "verbose": true }, "nyc": { "watermarks": { "functions": [ 80, 95 ], "branches": [ 80, 95 ], "statements": [ 80, 95 ] }, "include": [ "out/*/src/*.js", "out/*/test/*.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.git" }, "dependencies": { "cross-fetch": "^3.0.0", "url-parse": "^1.4.7" }, "devDependencies": { "@types/nock": "^10.0.0", "@types/url-parse": "^1.4.3", "nock": "^10.0.4" } }