-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 753 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 753 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
29
30
{
"name": "xpath-chatbot",
"version": "1.1.0",
"description": "Premium AI Chatbot for robust XPath and Locator generation.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"xpath",
"automation",
"qa",
"browser-extension"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@crxjs/vite-plugin": "^2.3.0",
"@vitejs/plugin-react": "^5.1.2",
"vite": "^5.4.21",
"vite-plugin-static-copy": "^3.1.4"
},
"dependencies": {
"chart.js": "^4.5.1",
"jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.7"
}
}