-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.88 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
50
51
52
53
{
"name": "@open-amt-cloud-toolkit/ui-toolkit",
"version": "3.2.9",
"description": "UI controls for Intel AMT features",
"main": "index.js",
"scripts": {
"prepublishOnly": "cp package.json dist",
"start": "webpack serve --config webpack.config.dev.js",
"build": "webpack --config webpack.config.prod.js",
"build-ext": "npm run build-types && webpack --config webpack.config.externals.js",
"lint": "eslint . --ext .ts",
"test": "jest --detectOpenHandles --logHeapUsage --ci --no-cache --runInBand ",
"coverage": "jest --coverage --detectOpenHandles --logHeapUsage --ci --no-cache --runInBand --testPathIgnorePatterns='imagehelper.spec.ts' --testPathIgnorePatterns='rledecoder.spec.ts'",
"build-types": "tsc --emitDeclarationOnly -p tsconfig.build.json"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/open-amt-cloud-toolkit/ui-toolkit/issues"
},
"homepage": "https://github.com/open-amt-cloud-toolkit/ui-toolkit#readme",
"types": "index.d.ts",
"dependencies": {
"md5": "^2.2.1",
"ws": "^8.2.1"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/md5": "^2.1.33",
"@types/node": "^22.0.0",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"babel-loader": "^9.1.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"canvas": "^2.8.0",
"eslint": "^8.40.0",
"eslint-config-love": "^43.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"filereader": "^0.10.3",
"jest": "^27.0.4",
"jest-junit": "^16.0.0",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"typescript": "^4.3.4",
"webpack": "^5.40.0",
"webpack-cli": "^5.0.0",
"webpack-node-externals": "^3.0.0"
}
}