UNPKG

gitiumiota

Version:
74 lines (73 loc) 2.19 kB
{ "name": "@iota/account", "version": "1.0.0-beta.22", "description": "Account module in JavaScript.", "main": "out/account/src/account.js", "typings": "typings/account/src/account.d.ts", "publishConfig": { "access": "public" }, "scripts": { "prepare": "tsc", "test": "tsc && mkdir ./test/temp && nyc riteway out/account/test/account.test.js ; rm -rf ./test/temp", "test-ci": "mkdir ./test/temp && nyc riteway out/account/test/account.test.js ; rm -rf ./test/temp", "watch": "watch 'clear && npm run -s test'", "lint": "tslint --project ." }, "nyc": { "watermarks": { "functions": [ 100, 100 ], "branches": [ 100, 100 ], "statements": [ 100, 100 ] }, "include": [ "out/*/src/*.js" ] }, "bugs": { "url": "https://github.com/iotaledger/iota.js/issues" }, "repository": { "type": "git", "url": "https://github.com/iotaledger/iota.js/tree/next/packages/account" }, "keywords": [ "iota", "account", "state", "conditional deposit address" ], "contributors": [ "Chris Dukakis <chris.dukakis@iota.org> (https://github.com/chrisdukakis)" ], "license": "MIT", "dependencies": { "@iota/async-buffer": "^1.0.0-beta.21", "@iota/bundle": "^1.0.0-beta.21", "@iota/cda": "^1.0.0-beta.21", "@iota/converter": "^1.0.0-beta.21", "@iota/core": "^1.0.0-beta.21", "@iota/curl": "^1.0.0-beta.19", "@iota/http-client": "^1.0.0-beta.21", "@iota/persistence": "^1.0.0-beta.21", "@iota/persistence-adapter-level": "^1.0.0-beta.21", "@iota/signing": "^1.0.0-beta.21", "@iota/transaction": "^1.0.0-beta.21", "@iota/transaction-converter": "^1.0.0-beta.21", "@types/nock": "^9.3.1", "nock": "^10.0.6" }, "devDependencies": { "riteway": "^6.0.3", "watch": "^1.0.2" } }