-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.19 KB
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
{
"name": "@jrpool/kilotest",
"version": "40.0.0",
"description": "Ensemble testing for front-end web quality",
"main": "index.js",
"scripts": {
"start": "node index",
"lint": "npx eslint && npx markdownlint-cli2",
"test": "echo \"Error: no test specified\" && exit 1",
"test:api": "node api/testSuite",
"generate:openapi": "node scripts/generate-openapi"
},
"repository": {
"type": "git",
"url": "https://github.com/jrpool/kilotest"
},
"keywords": [
"accessibility",
"a11y",
"testing"
],
"author": "Jonathan Robert Pool <pool@jpdev.pro>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrpool/kilotest/issues",
"email": "info@kilotest.com"
},
"homepage": "https://github.com/jrpool/kilotest",
"dependencies": {
"@modelcontextprotocol/sdk": "*",
"dotenv": "*",
"testilo": "*",
"zod": "*"
},
"devDependencies": {
"@eslint/css": "*",
"@eslint/js": "*",
"@eslint/json": "*",
"@eslint/markdown": "*",
"@redocly/cli": "*",
"eslint": "*",
"globals": "*",
"js-yaml": "*",
"markdownlint-cli2": "*",
"zod-openapi": "*"
},
"allowScripts": {
"fsevents@2.3.2": true
}
}