2023-09-18 18:45:14 +02:00
|
|
|
{
|
|
|
|
|
"name": "config.phundrak.com",
|
2026-06-24 10:57:57 +02:00
|
|
|
"version": "2.0.0",
|
2023-09-18 18:45:14 +02:00
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
2026-06-24 10:57:57 +02:00
|
|
|
"repository": "https://labs.phundrak.com/phundrak/config.phundrak.com",
|
2023-09-18 18:45:14 +02:00
|
|
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
|
|
|
|
"license": "AGPL-3.0",
|
2024-09-21 12:15:07 +02:00
|
|
|
"private": true,
|
2023-09-18 18:45:14 +02:00
|
|
|
"devDependencies": {
|
2026-06-24 10:57:57 +02:00
|
|
|
"vitepress": "^2.0.0-alpha.18"
|
2024-09-21 12:15:07 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-06-24 10:57:57 +02:00
|
|
|
"dev": "vitepress dev",
|
|
|
|
|
"build": "vitepress build"
|
2024-09-21 12:15:07 +02:00
|
|
|
}
|
2023-09-18 18:45:14 +02:00
|
|
|
}
|