-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1003 Bytes
/
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
{
"name": "eslint-config-thedark1337",
"description": "ESLint Shareable Config for Thedark1337",
"version": "8.0.1",
"author": "Thedark1337 <[email protected]> (https://thedark1337.com/)",
"bugs": "https://github.com/thedark1337/eslint-config-thedark1337/issues",
"dependencies": {
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.2",
"unexpected": "^13.0.0"
},
"engines": {
"node": ">=14"
},
"files": [
"index.js",
"browser.js"
],
"keywords": [
"code",
"code style",
"eslint",
"eslintconfig",
"quality",
"style",
"thedark1337"
],
"license": "GPL-3.0",
"main": "index.js",
"peerDependencies": {
"eslint": "^8.x"
},
"repository": "thedark1337/eslint-config-thedark1337",
"scripts": {
"test": "cross-env MOCHA_FILE=./jenkins-test-results.xml mocha --reporter mocha-junit-reporter"
}
}