-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 947 Bytes
/
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
{
"name": "@thingweb/node-red",
"version": "1.0.0",
"description": "Web of Things nodes for Node-RED from Eclipse Thingweb (root project, not published)",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "MIT",
"keywords": [
"internet-of-things",
"iot",
"web-of-things",
"wot",
"node-red"
],
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/eclipse-thingweb/node-red"
},
"homepage": "https://github.com/eclipse-thingweb/node-red/blob/main/README.md",
"scripts": {
"lint": "npx eslint . --config .eslintrc.json",
"format": "prettier --write . && npm run format --silent --workspaces --if-present"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^7.0.4",
"lerna": "^5.4.3",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1"
}
}