@iobroker/types
Version:
46 lines (45 loc) • 1 kB
JSON
{
"name": "@iobroker/types",
"version": "7.0.7",
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"ioBroker"
],
"author": "foxriver76 <moritz.heusinger@gmail.com>",
"contributors": [
"foxriver76 <moritz.heusinger@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/types-public"
},
"scripts": {
"build": "ts-node build.ts",
"test": "tsd"
},
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"tsd": "^0.31.2"
},
"files": [
"build/",
"index.d.ts",
"public.d.ts",
"LICENSE"
],
"tsd": {
"compilerOptions": {
"types": [
"@iobroker/types"
]
}
},
"gitHead": "492b11d29b79f28e4479a8b032b4b78a732d797c"
}