-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "@open-amt-cloud-toolkit/wsman-messages",
"version": "5.6.10",
"description": "A reusable package for AMT libraries",
"main": "index.js",
"types": " index.d.ts",
"scripts": {
"prepublishOnly": "cp package.json dist",
"compile": "tsc",
"lint": "eslint .",
"test": "jest --detectOpenHandles --forceExit --coverage",
"prettify": "npx prettier --write .",
"ci-prettify": "npx prettier --check ."
},
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-amt-cloud-toolkit/wsman-messages.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/open-amt-cloud-toolkit/wsman-messages/issues"
},
"homepage": "https://github.com/open-amt-cloud-toolkit/wsman-messages#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^22.0.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^27.4.7",
"jest-junit": "^16.0.0",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-multiline-arrays": "^3.0.6",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4",
"typescript-eslint": "8.18.0"
}
}