UNPKG

epb

Version:

Energy performance of buildings

50 lines (49 loc) 1.12 kB
{ "name": "epb", "version": "1.2.0", "description": "Energy performance of buildings", "main": "./lib/index.js", "files": [ "lib/" ], "directories": { "lib": "./lib" }, "scripts": { "format": "prettier --write .", "lint": "eslint --fix .; exit 0", "prepare": "npm run test && rm -rf ./lib && rollup src/index.js --format umd --name \"epb\" --file lib/index.js", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/immoveable/epb-js.git" }, "keywords": [ "belgium", "buildings", "dpe", "energy", "epb", "epc", "france", "peb", "performance", "real estate" ], "author": "Arthur White <arthur@white.li>", "license": "MIT", "bugs": { "url": "https://github.com/immoveable/epb-js/issues" }, "homepage": "https://github.com/immoveable/epb-js#readme", "devDependencies": { "@babel/core": "^7.10.1", "@babel/preset-env": "^7.10.1", "eslint": "^7.1.0", "eslint-config-prettier": "^6.11.0", "jest": "^26.0.1", "prettier": "^2.0.5", "rollup": "^2.11.2" } }