Add minimal package.json for dev tool compatibility

This is a documentation-only repository with no dependencies or build process.
Added package.json to prevent errors in IDEs and dev tools (like Dyad) that
auto-detect and try to run Node.js projects.
This commit is contained in:
Claude 2025-11-17 20:26:25 +00:00
parent b623c36421
commit 066dfd3ce4
No known key found for this signature in database

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "system-prompts-and-models-of-ai-tools",
"version": "1.0.0",
"description": "A collection of system prompts and models from various AI tools - documentation only, not a runnable application",
"private": true,
"scripts": {
"info": "echo 'This is a documentation repository. No installation or build process required. Just browse the files.'"
},
"repository": {
"type": "git",
"url": "https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools"
},
"keywords": [
"ai",
"prompts",
"documentation",
"system-prompts",
"claude",
"cursor",
"windsurf"
],
"author": "",
"license": "SEE LICENSE IN LICENSE.md"
}