-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 946 Bytes
/
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
{
"name": "@nangohq/eslint-config",
"version": "1.0.8",
"description": "",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/NangoHQ/eslint-config.git"
},
"main": "src/index.js",
"exports": {
".": "./index.js",
"./base": "./src/configs/base.js",
"./strict": "./src/configs/strict.js",
"./package.json": "./package.json"
},
"files": [
"src/**",
"tsconfig.json"
],
"keywords": [
"eslint",
"eslintconfig",
"eslint-config",
"es6",
"nango"
],
"scripts": {
"test": "eslint . --ext .ts"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint": "^8.57.0",
"prettier": "^3.2.5"
},
"peerDependencies": {
"typescript": ">=5.7.2"
}
}