-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "@naturacosmeticos/eslint-plugin-i18n-checker",
"version": "1.0.1",
"author": "Natura Cosméticos <[email protected]>",
"main": "index.js",
"description": "Helps you identify what locales keys are not included in your locales files",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:natura-cosmeticos/eslint-plugin-i18n-checker.git"
},
"dependencies": {
"lodash": "^4.17.11",
"snyk": "^1.189.0"
},
"devDependencies": {
"chai": "4.2.0",
"eslint": "7.3.1",
"@naturacosmeticos/eslint-config-natura": "1.1.1",
"eslint-plugin-import": "2.21.2",
"mocha": "8.0.1"
},
"scripts": {
"lint": "eslint src/ test/",
"lint:fix": "eslint --fix src/ test/",
"test": "mocha",
"test:watch": "mocha -w",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"contributors": [
"Daniel Arthaud <[email protected]>",
"Fabrício Campos <[email protected]>"
],
"homepage": "https://github.com/natura-cosmeticos/eslint-plugin-i18n-checker#readme",
"bugs": "https://github.com/natura-cosmeticos/eslint-plugin-i18n-checker/issues",
"keywords": [
"eslint",
"eslint-config",
"nodejs",
"style-guide"
],
"license": "MIT",
"snyk": true
}