bananaprompts.org 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/index.js +8 -0
- package/package.json +18 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# BananaPrompts
|
|
2
|
+
|
|
3
|
+
[BananaPrompts](https://bananaprompts.org/) is a prompt resource site for discovering and using AI prompts across creative workflows.
|
|
4
|
+
|
|
5
|
+
It helps users explore reusable prompt ideas for image generation, writing, creative projects, and AI-powered experimentation.
|
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "bananaprompts.org",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "A prompt resource site for discovering and using AI prompts across creative workflows.",
|
|
5
|
+
"homepage": "https://bananaprompts.org/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"ai-prompts",
|
|
8
|
+
"prompt",
|
|
9
|
+
"prompt-library",
|
|
10
|
+
"ai-tools",
|
|
11
|
+
"creative"
|
|
12
|
+
],
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"main": "index.js",
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
}
|
|
18
|
+
}
|