-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
47 lines (47 loc) · 1.27 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
{
"author": "Wazuh, Inc.",
"bugs": {
"url": "https://github.com/wazuh/wazuh-splunk/issues"
},
"dependencies": {},
"description": "Splunk App for Wazuh",
"devDependencies": {
"chai": "^4.3.6",
"chai-match": "^1.1.1",
"eslint": "^8.8.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-requirejs": "^4.0.1",
"mocha": "^9.2.0",
"needle": "^3.0.0",
"prettier": "^2.5.1"
},
"homepage": "https://github.com/wazuh/wazuh-splunk#readme",
"keywords": [
"splunk",
"wazuh",
"ossec"
],
"license": "GPL-2.0",
"main": "index.js",
"name": "wazuh-splunk",
"repository": {
"type": "git",
"url": "git+https://github.com/wazuh/wazuh-splunk.git"
},
"scripts": {
"build": "make build",
"clean": "make clean",
"generate:api-info": "cd scripts/generate-api-info;./generate-api-info.sh;cd ../..",
"inspect": "make inspect",
"lint": "make lint",
"prebuild": "make prebuild",
"pretty": "make pretty",
"test": "mocha tests/manager.js",
"release:bump": "node scripts/release/bump --manifest-package package.json",
"release:tag": "node scripts/release/tag --manifest-package package.json"
},
"version": "4.5.4",
"revision": "4510",
"splunk": "8.2"
}