{"name":"heat-sdk","version":"2.1.0","description":"HEAT support libraries for use in Node.js and any (modern) browser","keywords":["heat","heatledger","heat-sdk","blockchain","websocket","nodejs","npm-package","typescript","javascript","cryptography","microservices"],"main":"./dist/heat-sdk","browser":"./dist/heat-sdk.umd.js","types":"./dist/heat-sdk.d.ts","files":["dist"],"author":"Dennis de Klerk <dennis@heatledger.com>","repository":{"type":"git","url":"https://github.com/Heat-Ledger-Ltd/heat-sdk"},"license":"MIT","engines":{"node":">=6.0.0"},"scripts":{"lint":"tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'","prebuild":"rimraf dist","build":"rollup -c && rimraf compiled && typedoc --sourcefile-url-prefix 'https://github.com/Heat-Ledger-Ltd/heat-sdk/blob/master/src/' --out dist/docs --target es6 --theme minimal src","buildfast":"rimraf dist && rollup -c && rimraf compiled","start":"rollup -c -w","test":"jest --forceExit","test:watch":"jest --watch","test:prod":"npm run lint && npm run test -- --coverage --no-cache","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","commit":"git-cz","semantic-release":"semantic-release pre && npm publish && semantic-release post","semantic-release-prepare":"ts-node tools/semantic-release-prepare","precommit":"lint-staged","prepush":"npm run test && npm run build","commitmsg":"validate-commit-msg","rollup":"rollup -c"},"lint-staged":{"{src,test}/**/*.ts":["prettier --write --no-semi","git add"]},"config":{"commitizen":{"path":"node_modules/cz-conventional-changelog"},"validate-commit-msg":{"types":"conventional-commit-types","helpMessage":"Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"}},"jest":{"transform":{".(ts|tsx)":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","moduleFileExtensions":["ts","tsx","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"],"coverageThreshold":{"global":{"branches":90,"functions":95,"lines":95,"statements":95}}},"devDependencies":{"@types/jest":"^20.0.0","@types/node":"^8.10.26","colors":"^1.3.1","commitizen":"^2.10.1","coveralls":"^2.13.1","cross-env":"^5.2.0","cz-conventional-changelog":"^2.1.0","husky":"^0.14.0","jest":"^21.0.0","lint-staged":"^4.3.0","lodash.camelcase":"^4.3.0","prettier":"1.12.1","prompt":"^1.0.0","replace-in-file":"^3.4.2","rimraf":"^2.6.1","rollup":"^0.50.1","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-json":"^2.3.1","rollup-plugin-node-globals":"^1.2.1","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-typescript2":"^0.7.0","rollup-plugin-uglify":"^2.0.1","semantic-release":"^8.2.3","ts-jest":"^21.2.4","ts-loader":"^2.3.7","ts-node":"^3.0.6","tslint":"^5.11.0","tslint-config-prettier":"^1.15.0","tslint-config-standard":"^6.0.0","typedoc":"^0.8.0","typedoc-plugin-sourcefile-url":"^1.0.3","typescript":"^2.9.2","uglify-es":"^3.3.10","validate-commit-msg":"^2.12.2"},"dependencies":{"@types/big.js":"0.0.32","@types/bytebuffer":"^5.0.37","@types/long":"^3.0.32","@types/node-fetch":"^1.6.8","@types/pako":"^1.0.0","@types/ws":"^3.2.1","big.js":"^3.2.0","buffer":"^5.1.0","bytebuffer":"^5.0.1","long":"^3.2.0","node-fetch":"^1.7.3","pako":"^1.0.6","ws":"^3.3.3"},"optionalDependencies":{"bufferutil":"^3.0.2","utf-8-validate":"^3.0.3"}}
