-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 631 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 631 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
{
"name": "testo-docs",
"version": "1.0.0",
"description": "Documentation for Testo - PHP testing framework",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "npm run thumbnails && vitepress build",
"preview": "vitepress preview",
"thumbnails": "node scripts/generate-thumbnails.mjs"
},
"keywords": [
"testo",
"php",
"testing",
"documentation"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^25.3.3",
"gray-matter": "^4.0.3",
"sharp": "^0.34.5",
"vitepress": "^1.6.4"
},
"dependencies": {
"feed": "^5.1.0"
}
}