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
61 lines (61 loc) · 1.87 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@americanexpress/one-app-locale-bundler",
"version": "6.6.0",
"description": "A command line interface(CLI) tool for bundling the locale files.",
"bin": {
"bundle-module-locale": "./bin/bundle-module-locale.js"
},
"engines": {
"node": ">=8"
},
"jest": {
"preset": "amex-jest-preset",
"coveragePathIgnorePatterns": [
"<rootDir>/bin/",
"<rootDir>/node_modules/"
],
"coverageThreshold": {
"global": {
"branches": 83.33
}
}
},
"repository": {
"url": "https://github.com/americanexpress/one-app-cli.git",
"directory": "packages/one-app-locale-bundler"
},
"homepage": "https://github.com/americanexpress/one-app-cli",
"bugs": {
"url": "https://github.com/americanexpress/one-app-cli/issues"
},
"keywords": [
"one",
"amex",
"bundler",
"locale",
"environment"
],
"contributors": [
"Andres Escobar <[email protected]> (https://github.com/anescobar1991)",
"James Singleton <[email protected]> (https://github.com/JamesSingleton)",
"Jamie King <[email protected]> (https://github.com/10xLaCroixDrinker)",
"Jonathan Adshead <[email protected]> (https://github.com/JAdshead)",
"Michael Tobia <[email protected]> (https://github.com/Francois-Esquire)",
"Michael Tomcal <[email protected]> (https://github.com/mtomcal)",
"Stephanie Coates <[email protected]> (https://github.com/stephaniecoates)",
"Nelly Kiboi <[email protected]> (https://github.com/nellyk)",
"Nickolas Oliver <[email protected]> (https://github.com/PixnBits)"
],
"license": "Apache-2.0",
"dependencies": {
"chokidar": "^3.0.0",
"glob": "^7.1.2",
"json-parse-context": "^1.0.1",
"mkdirp": "^0.5.1",
"mock-fs": "^5.1.1",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}