system-prompts-and-models-o.../site/package.json
copilot-swe-agent[bot] c600e18665 Fix broken site submodule - replace with functional static site generator
Co-authored-by: sahiixx <221578902+sahiixx@users.noreply.github.com>
2025-10-02 05:46:48 +00:00

20 lines
505 B
JSON

{
"name": "system-prompts-site",
"version": "1.0.0",
"description": "Static site generator for System Prompts repository",
"main": "build.js",
"scripts": {
"build": "node build.js",
"preview": "python3 -m http.server 8000 --directory dist 2>/dev/null || python -m http.server 8000 --directory dist",
"dev": "node build.js && npm run preview"
},
"keywords": [
"static-site",
"generator",
"documentation"
],
"author": "",
"license": "ISC",
"dependencies": {}
}