generated from pagopa/io-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "@AleDore/Poc_Elk",
"version": "0.0.1",
"description": "TODO",
"repository": "https://github.com/pagopa/TODO",
"author": "https://pagopa.gov.it",
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"postversion": "git push && git push --tags",
"test": "jest",
"lint": "eslint . -c .eslintrc.js --ext .ts,.tsx",
"start": "dotenv -e .env node dist/src/index.js"
},
"devDependencies": {
"@pagopa/eslint-config": "^1.3.1",
"@types/elasticsearch": "5.0.40",
"@types/faker": "^4.1.11",
"@types/jest": "^25.2.1",
"@types/node": "14.17.0",
"@types/randomstring": "^1.1.6",
"danger": "^8.0.0",
"danger-plugin-digitalcitizenship": "*",
"dotenv-cli": "^5.0.0",
"italia-tslint-rules": "*",
"jest": "^25.2.7",
"prettier": "^2.5.1",
"rimraf": "^2.6.2",
"ts-jest": "^25.3.1",
"typescript": "^4.5.5"
},
"dependencies": {
"@azure/cosmos": "^3.11.5",
"@elastic/elasticsearch": "^7.17.0",
"@pagopa/io-functions-commons": "^22.8.0",
"@pagopa/ts-commons": "^10.2.1",
"faker": "^4.1.0",
"fp-ts": "^2.11.8",
"io-ts": "^2.2.16",
"randomstring": "^1.1.5",
"ulid": "^2.3.0"
},
"resolutions": {
"handlebars": "~4.5.3"
}
}