-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "@enkidevs/enki-eslint-configs",
"version": "1.3.0",
"description": "",
"main": "index.js",
"author": "Nemanja Stojanovic <nemanjacoder@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/enkidevs/eslint-configs.git"
},
"bugs": {
"url": "https://github.com/enkidevs/eslint-configs/issues"
},
"homepage": "https://github.com/enkidevs/eslint-configs#readme",
"keywords": [
"enki",
"eslint",
"config"
],
"scripts": {
"check-branch": "enkidevs-assert-restricted-branch",
"format": "prettier --write 'packages/**/*.js'",
"lint": "eslint . --ignore-path .gitignore",
"lint:ci": "eslint . --ignore-path .gitignore --quiet",
"bootstrap": "lerna bootstrap",
"publish-packages": "lerna publish",
"prepare": "husky install"
},
"devDependencies": {
"@enkidevs/assert-restricted-branch": "^1.0.2",
"@enkidevs/eslint-config-backend": "^10.0.0",
"eslint": "^7.32.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"lerna": "^4.0.0",
"prettier": "^2.5.1"
}
}