mirror of
https://github.com/michaelmassoni/obsidian-soc-toolkit.git
synced 2026-07-22 12:50:28 +00:00
35 lines
No EOL
965 B
JSON
35 lines
No EOL
965 B
JSON
{
|
|
"name": "obsidian-soc-toolkit",
|
|
"version": "1.6.2",
|
|
"description": "A collection of tools for SOC analysts.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"plugin",
|
|
"soc",
|
|
"security",
|
|
"tools",
|
|
"ip",
|
|
"analysis"
|
|
],
|
|
"author": "Michael Massoni",
|
|
"license": "GPLv3",
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"builtin-modules": "^3.3.0",
|
|
"esbuild": "0.17.19",
|
|
"obsidian": "^1.8.7",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0"
|
|
}
|
|
} |