We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5abe81 commit e6e3895Copy full SHA for e6e3895
package.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "easy-prompt",
3
+ "version": "1.0.0",
4
+ "description": "Browser extension to save and reuse prompts for AI platforms",
5
+ "scripts": {
6
+ "build": "echo 'No build step required'"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/shalom-lab/easy-prompt.git"
11
12
+ "keywords": [
13
+ "browser-extension",
14
+ "chrome-extension",
15
+ "firefox-addon",
16
+ "ai",
17
+ "prompts"
18
+ ],
19
+ "author": "shalom-lab",
20
+ "license": "MIT",
21
+ "bugs": {
22
+ "url": "https://github.com/shalom-lab/easy-prompt/issues"
23
24
+ "homepage": "https://github.com/shalom-lab/easy-prompt#readme",
25
+ "dependencies": {},
26
+ "devDependencies": {}
27
+}
0 commit comments