-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1018 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
{
"name": "@sanity/eslint-config-i18n",
"version": "1.1.0",
"description": "An ESLint configuration to help with localizing Sanity Studios",
"keywords": [
"sanity",
"eslint"
],
"homepage": "https://www.sanity.io/",
"bugs": {
"url": "https://github.com/sanity-io/eslint-config-i18n/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/eslint-config-i18n.git"
},
"license": "MIT",
"author": "Sanity.io <[email protected]>",
"main": "index.js",
"scripts": {
"test": "node ./index.test.mjs"
},
"files": [
"index.js",
".eslintrc.js"
],
"dependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@sanity/eslint-plugin-i18n": "^1.1.0",
"@typescript-eslint/parser": "^6.2.1",
"eslint-plugin-i18next": "^6.0.3"
},
"devDependencies": {
"@sanity/semantic-release-preset": "^4.1.4",
"eslint": "8.48.0",
"typescript": "^5.3.2"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}