-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 961 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
{
"name": "@lifeomic/eslint-plugin-i18next",
"version": "0.0.0",
"description": "An ESLint plugin for validating i18next usage",
"main": "index.js",
"repository": "[email protected]:lifeomic/eslint-plugin-i18next.git",
"author": "LifeOmic <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint . && prettier --check .",
"test": "jest",
"build": "node build.js"
},
"devDependencies": {
"@lifeomic/eslint-config-standards": "^1.2.1",
"@lifeomic/jest-config": "^1.0.2",
"@lifeomic/typescript-config": "^1.0.1",
"@types/eslint": "^7.28.1",
"@types/jest": "^27.0.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^7.32.0",
"glob": "^7.2.0",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"prettier": "^2.4.1",
"semantic-release": "^19.0.3",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}