mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-16 05:25:11 +00:00
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.
25 lines
681 B
JSON
25 lines
681 B
JSON
{
|
|
"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"
|
|
}
|