-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.39 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.39 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
81
{
"name": "bolt-diy-to-github",
"version": "1.0.0",
"description": "AI-Powered Chrome Extension: Instantly export Bolt.diy projects to GitHub • Automated workflow integration • Multi-channel alerting • Secure token management • Zero-config deployment • AI-driven development automation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --config=jest.config.cjs",
"build": "tsc",
"build:extension": "vite build --config vite.extension.config.js",
"dev:extension": "vite --config vite.extension.config.js",
"lint": "echo 'Add linting here'",
"typecheck": "tsc --noEmit",
"playwright": "playwright test",
"example": "node dist/examples/github-auth-example.js",
"zip-example": "node dist/examples/zip-extraction-example.js"
},
"keywords": [
"ai-development-tools",
"ai-workflow-automation",
"bolt-diy-to-github",
"chrome-extension",
"github-export-automation",
"design-to-code-automation",
"workflow-automation",
"bolt-diy-integration",
"github-deployment",
"ai-driven-development",
"automated-deployment",
"devops-tools",
"github-api",
"secure-token-management",
"configuration-management",
"multi-channel-alerting",
"real-time-monitoring",
"typescript",
"development-tools",
"ai-automation",
"deployment-automation",
"secure-workflow",
"developer-productivity",
"ci-cd-tools",
"github-integration",
"token-authentication",
"security-monitoring",
"multi-environment",
"development-workflow",
"zip-processing",
"file-extraction"
],
"author": "bolt-diy-to-github",
"license": "ISC",
"type": "module",
"devDependencies": {
"@crxjs/vite-plugin": "^2.2.1",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@types/archiver": "^7.0.0",
"@types/chrome": "^0.0.299",
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.10.0",
"@types/yauzl": "^2.10.3",
"archiver": "^7.0.1",
"jest": "^30.2.0",
"svelte": "^5.0.0",
"ts-jest": "^29.4.5",
"typescript": "^5.9.3",
"vite": "^6.0.0"
},
"dependencies": {
"@types/mime-types": "^3.0.1",
"axios": "^1.13.2",
"mime-types": "^3.0.1",
"minimatch": "^3.1.2",
"node-fetch": "^2.7.0",
"nodemailer": "^6.9.16",
"twilio": "^5.3.6",
"yauzl": "^3.2.0",
"yauzl-promise": "^4.0.0"
}
}