hele-hbus
Version:
HEle bindings for HBus.
54 lines (53 loc) • 1.51 kB
JSON
{
"name": "hele-hbus",
"version": "0.1.7",
"description": "HEle bindings for HBus.",
"main": "dist/hele-hbus.umd.min.js",
"module": "dist/hele-hbus.min.js",
"types": "index.d.ts",
"scripts": {
"prebuild": "rd /q /s dist typings raw || exit 0",
"build": "tsc && rollup -c",
"postbuild": "terser dist/hele-hbus.js --config-file terser.json --module -o dist/hele-hbus.min.js && terser dist/hele-hbus.umd.js --config-file terser.json -o dist/hele-hbus.umd.min.js",
"build:test": "cd test && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huang2002/hele-hbus.git"
},
"keywords": [
"hele",
"hbus",
"bindings",
"3h"
],
"author": "3h",
"license": "MIT",
"bugs": {
"url": "https://github.com/huang2002/hele-hbus/issues"
},
"homepage": "https://github.com/huang2002/hele-hbus#readme",
"files": [
"dist",
"typings",
"index.d.ts",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"hbus": "^0.3.5",
"hele": "^0.17.0",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"terser": "^3.8.1",
"typescript": "^3.0.1"
},
"peerDependencies": {
"hele": ">=0.11",
"hbus": "0"
}
}