-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1023 Bytes
/
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
{
"title": "Code component with credentials",
"description": "elastic.io code component with credentials",
"engines": {
"node": "18.x"
},
"scripts": {
"audit": "better-npm-audit audit --level high --production",
"lint": "eslint actions spec --fix",
"pretest": "npm run lint",
"test": "NODE_ENV=test LOG_LEVEL=trace mocha ./spec/** --timeout 50000"
},
"repository": {
"type": "git",
"url": "[email protected]:elasticio/code-component-with-credentials.git"
},
"author": "elastic.io GmbH",
"license": "BSD-2-Clause",
"dependencies": {
"co": "4.6.0",
"co-request": "1.0.0",
"axios": "1.6.8",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.7.2",
"json-bigint": "1.0.0"
},
"devDependencies": {
"@elastic.io/component-logger": "0.0.1",
"better-npm-audit": "3.7.3",
"chai": "4.4.1",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.29.1",
"mocha": "10.2.0",
"sinon": "17.0.1"
}
}