forked from JoyGhoshs/PenNoteAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 Bytes
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
{
"name": "pennote-ai",
"version": "0.1.0",
"description": "AI-powered penetration testing methodology notes enrichment",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
},
"keywords": [],
"author": "maheer",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"builtin-modules": "^3.3.0",
"esbuild": "^0.17.3",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@mozilla/readability": "^0.5.0",
"diff": "^5.1.0",
"obsidian": "latest",
"playwright-core": "^1.40.0"
}
}