UNPKG

millheat-api

Version:
58 lines (57 loc) 1.44 kB
{ "name": "millheat-api", "version": "2.0.0", "description": "API for Mill heaters", "main": "dist/bundle.js", "module": "dist/bundle.js", "keywords": [ "mill", "millheat" ], "files": [ "CHANGELOG.md", "README.md", "dist" ], "scripts": { "standard-version": "HUSKY_SKIP_HOOKS=1 standard-version", "build": "rollup src/index.js --file dist/bundle.js --format umd --name millheatApi", "release": "npm run build && npm run standard-version && git push --follow-tags origin master && npm publish", "debug": "node debug.js" }, "dependencies": { "fetch-ponyfill": "^6.1.0", "simple-sha1": "^3.0.1", "spacetime": "^6.16.3", "uuid": "^8.3.0" }, "author": "Andreas Stræte", "license": "MIT", "devDependencies": { "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.0.1", "husky": "^4.2.3", "prettier": "^2.1.1", "pretty-quick": "^3.0.0", "rollup": "^2.79.1", "standard-version": "^9.0.0" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" } }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "git+https://github.com/andyno/millheat-api.git" }, "bugs": { "url": "https://github.com/andyno/millheat-api/issues" } }