-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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": "eslint-plugin-atomic-redesign",
"version": "0.0.6",
"description": "ESLint rules for Atomic ReDesigned projects.",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/recruit-tech/eslint-plugin-atomic-redesign.git"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Takuya Shizukuishi",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm test && npm run build"
},
"dependencies": {
"glob": "^7.1.7",
"locale-code": "^2.0.2",
"os-locale": "^5.0.0",
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/experimental-utils": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.27.0",
"jest": "^26.6.3",
"typescript": "^4.2.4"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT"
}