-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@tago-io/builder",
"version": "3.1.3",
"description": "TagoIO Builder Node.JS",
"main": "index.js",
"type": "module",
"homepage": "https://tago.io",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"bin": {
"analysis-builder": "./index.js",
"tago-builder": "./index.js"
},
"repository": "tago-io/analysis-builder-js",
"author": {
"name": "Tago LLC",
"email": "contact@tago.io",
"url": "https://tago.io"
},
"license": "Apache-2.0",
"keywords": [
"tago",
"tagoio",
"tago-io",
"iot",
"tago.io",
"builder",
"analysis"
],
"bugs": {
"url": "https://github.com/tago-io/analysis-builder-js/issues"
},
"dependencies": {
"chalk": "5.1.2",
"commander": "9.4.1",
"esbuild": "0.15.13",
"luxon": "3.1.0",
"typescript": "4.8.4",
"update-notifier": "6.0.2"
},
"devDependencies": {
"@types/luxon": "3.1.0",
"@types/node": "18.11.9",
"@types/update-notifier": "6.0.1",
"eslint": "8.27.0"
}
}