-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
45
{
"name": "eslint-plugin-communist-spelling",
"version": "1.0.0",
"description": "Promote American values in variable names",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"american",
"british",
"english",
"spelling",
"us",
"uk"
],
"author": "David Garner",
"repository": {
"type": "git",
"url": "https://github.com/dprgarner/eslint-plugin-communist-spelling.git"
},
"homepage": "https://github.com/dprgarner/eslint-plugin-communist-spelling#readme",
"main": "lib/index.js",
"scripts": {
"prepublish": "./scripts/build-inverse.js",
"test": "mocha tests --recursive",
"lint": "prettier --check \"{docs,lib,scripts,tests}/**/*.{js,md}\" README.md",
"format": "prettier --write \"{docs,lib,scripts,tests}/**/*.{js,md}\" README.md"
},
"dependencies": {
"requireindex": "~1.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "4.18.2",
"mocha": "^6.2.0",
"prettier": "^1.18.2"
},
"peerDependencies": {
"eslint": ">=4.18.2"
},
"engines": {
"node": ">=8"
},
"license": "ISC"
}