-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 1.95 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "featurepilot",
"version": "0.5.0",
"type": "module",
"description": "A powerful React web application for viewing, running, and managing Cucumber/Gherkin feature files manually. Perfect for BDD testing, exploratory testing, and manual test execution with visual evidence and comprehensive reporting.",
"keywords": [
"cucumber",
"gherkin",
"bdd",
"behavior-driven-development",
"manual-testing",
"test-runner",
"test-automation",
"qa",
"quality-assurance",
"testing-tools",
"feature-files",
"test-execution",
"react",
"javascript",
"web-app",
"test-management",
"exploratory-testing",
"acceptance-testing",
"test-documentation",
"step-by-step-testing"
],
"homepage": "https://demo.featurepilot.app",
"repository": {
"type": "git",
"url": "https://github.com/waymarksystems/featurepilot.git"
},
"bugs": {
"url": "https://github.com/waymarksystems/featurepilot/issues"
},
"author": {
"name": "Steve Swinsburg",
"url": "https://github.com/steveswinsburg"
},
"copyright": "Copyright © 2025-2026 Waymark Systems Pty Ltd",
"license": "BUSL-1.1",
"private": true,
"engines": {
"node": ">=22.14.0"
},
"dependencies": {
"bootstrap": "^5.3.5",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"firebase": "^11.6.1",
"jszip": "^3.10.1",
"react": "^19.1.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-icons": "^5.5.0",
"react-router-dom": "^7.5.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^6.0.3",
"wrangler": "4.97.0"
},
"scripts": {
"start": "vite",
"build": "vite build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}