-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "@istex/istex-config",
"version": "1.4.0",
"description": "Centralized configuration for Istex applications and Istex business",
"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",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"istex-config-es-mapping-log": "./bin/es-mapping-log.js",
"istex-config-es-mapping-output": "./bin/es-mapping-output.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istex/istex-config.git"
},
"keywords": [
"config",
"configuration",
"istex"
],
"author": "jj618",
"license": "CECILL-2.1",
"bugs": {
"url": "https://github.com/istex/istex-config/issues"
},
"engines": {
"node": ">=14.18"
},
"homepage": "https://github.com/istex/istex-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"
}
}