This repository has been archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
45 lines (45 loc) · 1.5 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": "@americanexpress/eslint-plugin-one-app",
"version": "6.14.0",
"description": "This package has Eslint configurations used by one-app.",
"main": "index.js",
"jest": {
"preset": "amex-jest-preset"
},
"repository": {
"url": "https://github.com/americanexpress/one-app-cli.git",
"directory": "packages/eslint-plugin-one-app"
},
"homepage": "https://github.com/americanexpress/one-app-cli",
"bugs": {
"url": "https://github.com/americanexpress/one-app-cli/issues"
},
"keywords": [
"one",
"amex",
"bundler",
"react",
"webpack"
],
"contributors": [
"Andres Escobar <Andres.Escobar@aexp.com> (https://github.com/anescobar1991)",
"James Singleton <James.Singleton1@aexp.com> (https://github.com/JamesSingleton)",
"Jamie King <Jamie.King@aexp.com> (https://github.com/10xLaCroixDrinker)",
"Jonathan Adshead <Jonathan.Adshead@aexp.com> (https://github.com/JAdshead)",
"Michael Tobia <Michael.M.Tobia@aexp.com> (https://github.com/Francois-Esquire)",
"Michael Tomcal <Michael.A.Tomcal@aexp.com> (https://github.com/mtomcal)",
"Stephanie Coates <Stephanie.Coates1@aexp.com> (https://github.com/stephaniecoates)",
"Nelly Kiboi <Nelly.J.Kiboi@aexp.com> (https://github.com/nellyk)",
"Nickolas Oliver <nickolas.oliver@aexp.com> (https://github.com/PixnBits)"
],
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}