-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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": "@formidable-webview/eslint-config-webjs",
"version": "1.0.0",
"description": "An eslint configuration to validate scripts injected in WebViews.",
"main": "index.js",
"peerDependencies": {
"eslint": ">= 6",
"eslint-plugin-compat": "*"
},
"keywords": [
"react-native-webshell",
"react-native-webview"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/formidable-webview/eslint-config-webjs"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"author": "Jules Sam. Randolph <[email protected]> (https://github.com/jsamr)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@release-it/conventional-changelog": "^1.1.4",
"husky": "^4.2.5",
"release-it": "^13.6.6"
}
}