@iobroker/types
Version:
Since this package does not start with `@types/`, the types are not automatically included in your project. You need to add a reference to this package in your `tsconfig.json`:
46 lines (45 loc) • 969 B
JSON
{
"name": "@iobroker/types",
"version": "7.1.0",
"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"
},
"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": "2af345f043ec5a1b8c1623ce14e6dc091274352c"
}