-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
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
{
"name": "scada-plugin-api",
"version": "1.0.0",
"description": "",
"main": "dist/api.js",
"types": "dist/api.d.ts",
"scripts": {
"build": "webpack",
"typing": "tsc --emitDeclarationOnly",
"doc": "typedoc",
"test": "http-server ./ -p 8000"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-loader": "^9.1.0",
"core-js": "^3.6.5",
"eslint": "^8.0.0",
"http-server": "^14.0.0",
"typedoc": "^0.23.0",
"typescript": "^5.0.2",
"webpack": "^5.10.3",
"webpack-cli": "^5.0.0"
}
}