-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
{
"name": "@qonto/eslint-config-typescript",
"version": "1.0.0-rc.0",
"description": "ESLint TypeScript configuration.",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm exec jest"
},
"main": "index.js",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/qonto/eslint-config-typescript"
},
"keywords": [
"eslint"
],
"author": "Qonto",
"license": "MIT",
"bugs": {
"url": "https://github.com/qonto/eslint-config-typescript/issues"
},
"homepage": "https://github.com/qonto/eslint-config-typescript",
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
"typescript": "*"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0"
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"eslint": "^8.51.0",
"execa": "^8.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 18.*"
},
"volta": {
"node": "18.18.2",
"pnpm": "8.6.11"
}
}