-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
68 lines (68 loc) · 2.79 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "the-prime-hunt",
"version": "1.4.6",
"description": "The Prime Hunt is a browser extension for threat hunting. It introduces a One UI idea to simplify and speed up the investigation process regardless of the SIEMs or EDR in use. This is useful both for threat hunters starting off their careers and for seasoned professionals. With The Prime Hunt, you can easily see what accounts and assets are affected by the suspicious activity your query detects. Filter for or filter out query results by any field values with one click or look for all events related to them. Easily drill down to any CTI or any other sources that can help you in the investigation.If you have any questions, would like to give feedback, or need help, contact us at [email protected]",
"author": "Pavel Nedzelskiy <[email protected]>",
"main": "index.js",
"homepage": "https://socprime.com",
"license": "Apache-2.0",
"scripts": {
"extension": "npx webpack --config=extension/webpack.extension.ts",
"extension:test": "npx jest",
"extension:e2e": "npx webpack --config=extension/tests/e2e/webpack.extension.e2e.ts",
"eslint": "npx eslint . --quiet --fix"
},
"dependencies": {
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@socprime/master-configuration": "^1.0.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/ace": "^0.0.48",
"@types/chrome": "^0.0.193",
"@types/fs-extra": "^9.0.13",
"@types/get-value": "^3.0.5",
"@types/minimist": "^1.2.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.6",
"@types/pako": "^2.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/webpack-bundle-analyzer": "^4.4.2",
"cheerio": "^1.0.0-rc.12",
"css-loader": "^6.7.1",
"csstype": "^3.1.0",
"fs-extra": "^10.1.0",
"get-value": "^3.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"js-sha256": "^0.9.0",
"jsonc-eslint-parser": "^2.4.0",
"keyboard-event-key-type": "^1.5.0",
"loader-utils": "2.0.0",
"lz-string": "^1.5.0",
"minimist": "^1.2.6",
"mobx": "^6.6.1",
"mobx-react-lite": "^3.4.0",
"monaco-editor": "^0.34.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.54.4",
"sass-loader": "^13.0.2",
"simplebar-react": "^2.4.3",
"terser-webpack-plugin": "^5.3.6",
"to-string-loader": "^1.2.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.7.4",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.6.0",
"webpack-cli": "^5.1.4"
}
}