mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-16 13:35:11 +00:00
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:
parent
b623c36421
commit
066dfd3ce4
24
package.json
Normal file
24
package.json
Normal 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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user