-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "openspec",
"version": "1.0.0",
"description": "AI-powered tool that detects, explains, and automatically fixes website accessibility issues in real-time.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codev-aryan/OpenSpec.git"
},
"keywords": [],
"author": "codev-aryan",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/codev-aryan/OpenSpec/issues"
},
"homepage": "https://github.com/codev-aryan/OpenSpec#readme",
"dependencies": {
"axe-core": "^4.11.1",
"dotenv": "^17.3.1",
"groq-sdk": "^1.1.1",
"jsdom": "^29.0.1"
}
}