-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.14 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
{
"name": "@pagopa/data-ti-ms",
"description": "",
"author": "IO team",
"repository": "https://github.com/pagopa/data-ti-ms",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist",
"postbuild": "dependency-check package.json --no-dev --missing ./dist/**/*.js",
"build": "tsc",
"lint": "eslint \"src/**\"",
"watch": "tsc -w",
"test": "jest",
"test:coverage": "jest --coverage",
"code-review": "yarn lint && yarn test",
"preversion": "auto-changelog --config .auto-changelog.json --unreleased --commit-limit false --stdout --template preview.hbs",
"version": "auto-changelog -p --config .auto-changelog.json --unreleased && git add CHANGELOG.md"
},
"devDependencies": {
"@pagopa/danger-custom-rules": "^2.0.3",
"@pagopa/eslint-config": "^1.3.1",
"@pagopa/openapi-codegen-ts": "^11.1.0",
"@types/jest": "^29.5.10",
"@types/express": "4.17.20",
"@types/body-parser": "^1.19.4",
"danger": "^10.3.0",
"dependency-check": "^4.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^29.7.0",
"modclean": "^3.0.0-beta.1",
"npm-run-all": "^4.1.5",
"oval": "^1.0.0",
"prettier": "^1.18.2",
"shx": "^0.3.2",
"ts-jest": "^29.1.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@azure/identity": "^4.0.1",
"@azure/cosmos": "^4.0.0",
"@azure/event-hubs": "^5.11.3",
"@pagopa/data-indexer-commons": "^0.3.3",
"@azure/data-tables": "^13.2.2",
"@azure/storage-blob": "^12.17.0",
"@elastic/elasticsearch": "^8.12.0",
"@pagopa/fp-ts-kafkajs": "^1.0.1",
"@pagopa/ts-commons": "^10.7.1",
"@pagopa/winston-ts": "^2.2.0",
"body-parser": "^1.20.2",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"fp-ts": "^2.10.5",
"io-ts": "^2.2.21",
"kafkajs": "^2.2.4",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7"
},
"resolutions": {
"handlebars": "~4.7.7",
"minimist": "~1.2.6"
}
}