-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 980 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 980 Bytes
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
{
"name": "cache-component",
"version": "1.0.0",
"description": "elastic.io component for the key:value data storing using Maester",
"scripts": {
"pretest": "eslint lib spec",
"test": "mocha %NODE_DEBUG_OPTION% spec/*.spec.js --timeout 10000"
},
"repository": {
"type": "git",
"url": "git@github.com:elasticio/cache-component.git"
},
"author": "elastic.io GmbH",
"license": "BSD-2-Clause",
"engines": {
"node": "12",
"npm": "6"
},
"dependencies": {
"@elastic.io/component-commons-library": "1.1.0",
"elasticio-sailor-nodejs": "2.6.5"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"chai": "4.2.0",
"dotenv": "8.2.0",
"sinon": "9.0.1",
"mocha": "7.1.1",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.1",
"nock": "12.0.3"
}
}