-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "corhal-config",
"version": "1.0.0",
"description": "Centralized configuration for Istex applications",
"main": "index.js",
"scripts": {
"es:mapping:log": "./bin/es-mapping-log.js",
"es:mapping:output": "./bin/es-mapping-output.js",
"es:mapping-paths:log": "./bin/es-mapping-paths-log.js",
"deduplicate:rules:validate": "./bin/deduplicate-rules-validate.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istex/corhal-config.git"
},
"keywords": [
"config",
"configuration",
"istex"
],
"author": "jj618",
"license": "CECILL-2.1",
"bugs": {
"url": "https://github.com/istex/corhal-config/issues"
},
"homepage": "https://github.com/istex/corhal-config#readme",
"devDependencies": {
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.2",
"eslint-plugin-promise": "^6.0.0",
"node-jq": "^2.3.3"
},
"dependencies": {
"fs-extra": "^10.1.0",
"lodash": "^4.17.21"
}
}