forked from artemiscloud/activemq-artemis-jolokia-api-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "activemq-artemis-jolokia-api-server",
"version": "0.1.1",
"private": true,
"homepage": "https://github.com/artemiscloud/activemq-artemis-jolokia-api-server#readme",
"bugs": {
"url": "https://github.com/artemiscloud/activemq-artemis-jolokia-api-server/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:artemiscloud/activemq-activemq-artemis-jolokia-api-server.git"
},
"scripts": {
"build": "yarn clean && tsc -p tsconfig.json && yarn copy-config",
"build-api-doc": "yarn openapi-to-md src/config/openapi.yml api.md && yarn pretty-quick",
"clean": "rm -rf dist",
"copy-config": "cp -r src/config dist/config",
"format:all": "prettier --config ./.prettierrc.yml --write './src/**/*'",
"lint": "yarn eslint src --fix && stylelint \"src/**/*.css\" --allow-empty-input --fix",
"prepare": "husky install",
"start": "node ./dist/app.js",
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 TZ=UTC jest --runInBand",
"test:coverage": "yarn run test --watch=false --coverage",
"test:generate-output": "yarn test -- --json --outputFile=.jest-test-results.json",
"ts-node": "ts-node -O '{\"module\":\"commonjs\"}'"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"yarn run pretty-quick --staged",
"eslint --fix"
]
},
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "27.5.2",
"@types/js-yaml": "4.0.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.10.4",
"@types/node-fetch": "^2.6.11",
"@types/webpack": "5.28.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"chromatic": "6.10.1",
"copy-webpack-plugin": "11.0.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"husky": "8.0.0",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"lint-staged": "13.1.0",
"nock": "^13.5.4",
"openapi-to-md": "^1.0.24",
"pluralize": "^8.0.0",
"prettier": "^2.7.1",
"prettier-stylelint": "^0.4.2",
"pretty-quick": "3.1.3",
"sort-package-json": "^2.10.0",
"ts-jest": "^29.2.1",
"ts-loader": "^9.3.1",
"ts-node": "10.9.2",
"typescript": "^4.7.4"
},
"readme": "README.md",
"_id": "[email protected]",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"cors": "^2.8.5",
"base-64": "^1.0.0",
"dotenv": "^16.4.5",
"express": "4.18.2",
"express-openapi-validator": "5.1.2",
"express-rate-limit": "^7.2.0",
"yaml": "^2.4.5",
"js-yaml": "4.1.0",
"jsonwebtoken": "^9.0.2",
"node-fetch": "2",
"swagger-routes-express": "^3.3.2",
"express-pino-logger": "^7.0.0",
"pino": "^9.5.0"
}
}