-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.8 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
{
"name": "annuaire-entreprises-api-proxy",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/annuaire-entreprises-data-gouv-fr/annuaire-entreprises-api-proxy.git"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/annuaire-entreprises-data-gouv-fr/annuaire-entreprises-api-proxy/issues"
},
"homepage": "https://github.com/annuaire-entreprises-data-gouv-fr/annuaire-entreprises-api-proxy#readme",
"scripts": {
"dev": "nodemon index.ts",
"start": "node dist/index.js",
"test": "jest --runInBand",
"lint": "npx eslint src/**/*",
"build": "tsc"
},
"dependencies": {
"@sentry/node": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.3",
"@types/jsdom": "^16.2.14",
"@types/node": "^18.0.0",
"@types/redis": "^4.0.11",
"@types/yauzl": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.6.2",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"fast-xml-parser": "^4.0.7",
"helmet": "^5.0.2",
"jsdom": "^19.0.0",
"puppeteer": "^16.2.0",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"redis": "^4.7.0",
"typescript": "^4.6.4",
"uninstall": "^0.0.0",
"yauzl": "^2.10.0"
},
"devDependencies": {
"@swc/core": "^1.2.204",
"@swc/jest": "^0.2.20",
"eslint": "^8.15.0",
"jest": "^28.0.3",
"nodemon": "^2.0.16",
"pre-commit": "^1.2.2",
"ts-jest": "^28.0.1",
"ts-node": "^10.7.0"
},
"pre-commit": {
"run": [
"lint",
"test"
]
}
}