forked from node-red-contrib/node-red-contrib-renault-ze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 849 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
35
36
37
38
39
40
{
"name": "node-red-contrib-renault-ze",
"version": "0.2.1",
"description": "Node Red nodes for Renault ZE services",
"author": "konne",
"contributors": [
{
"name": "watchforstock",
"url": "https://github.com/watchforstock"
}
],
"repository": {
"type": "git",
"url": "https://github.com/node-red-contrib/node-red-contrib-renault-ze"
},
"keywords": [
"node-red",
"renault",
"ze"
],
"license": "Apache-2.0",
"node-red": {
"nodes": {
"renault-ze": "nodes/renault-ze.js"
}
},
"dependencies": {
"isomorphic-fetch": "^3.0.0"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/node-red": "^1.1.1",
"typescript": "^4.0.5"
},
"scripts": {
"build": "npm run tsc",
"postbuild": "node tool/buildhtml.js",
"tsc": "tsc"
}
}