-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.08 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": "netfield-node-sdk",
"version": "3.0.1",
"description": "SDK for netField.io REST APIs",
"main": "build/index.js",
"library": "netField",
"scripts": {
"test": "jest",
"prebuild": "rimraf ./build && mkdir build",
"build": "webpack --mode production",
"start": "webpack --mode development --watch"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"keywords": [
"Edge Portal",
"netFIELD",
"rest",
"api",
"sdk"
],
"repository": {
"type": "git",
"url": "https://github.com/HilscherAutomation/netFIELD-node-sdk"
},
"dependencies": {
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"chalk": "^2.4.2",
"jest": "^27.4.3",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"rimraf": "^2.7.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"engines": {
"node": ">= v10.x.x"
},
"author": "netCLOUD - Hilscher Gesellschaft für Systemautomation mbH",
"license": "MIT"
}