generated from adobe/franklin-library
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.17 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
45
{
"name": "@adobe/eslint-config-helix",
"version": "2.0.8",
"description": "Helix's ESLint config, based on Airbnb's style guide",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
"semantic-release": "semantic-release",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-eslint-config.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"helix"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/helix-eslint-config/issues"
},
"homepage": "https://github.com/adobe/helix-eslint-config#readme",
"dependencies": {
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.31.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"eslint": "8.57.1",
"semantic-release": "24.2.0"
},
"peerDependencies": {
"eslint": "^8.0.0"
},
"engines": {
"node": ">= 12"
}
}