graylog-plugin-redis-lookup/package.json

29 lines
606 B
JSON
Raw Permalink Normal View History

2024-02-03 14:07:41 +01:00
{
"name": "RedisLookupPlugin",
"version": "1.0.0-SNAPSHOT",
"description": "",
"repository": {
"type": "git",
"url": "https://git.nosd.in/yo/graylog-plugin-redis-lookup"
},
"scripts": {
"build": "webpack",
"lint": "eslint src",
"lint:path": "eslint",
"test": "jest"
},
"keywords": [
"graylog"
],
"author": "johan <johan@nosd.in>",
"license": "MIT",
"eslintConfig": {
"extends": "graylog"
},
"dependencies": {
},
"devDependencies": {
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin"
}
}