-
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) · 831 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 831 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": "specdriven.com",
"version": "1.0.0",
"description": "Spec-Driven Development — Specifications are the new programming languages",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"generate:og": "node scripts/og/generate.mjs",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BeOnAuto/specdriven.com.git"
},
"license": "CC-BY-NC-ND-4.0",
"devDependencies": {
"@commitlint/cli": "^20.4.4",
"@commitlint/config-conventional": "^20.4.4",
"husky": "^9.1.7",
"puppeteer": "^24.39.1",
"vitepress": "^2.0.0-alpha.16"
},
"dependencies": {
"@lottiefiles/dotlottie-web": "^0.66.2",
"@rive-app/canvas": "^2.35.2",
"posthog-js": "^1.360.2"
}
}