prompt-engineering-toolkit 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/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "prompt-engineering-toolkit",
3
+ "version": "1.0.0",
4
+ "description": "Professional prompt engineering utilities \u2014 template management, version control, A/B testing",
5
+ "main": "index.js",
6
+ "license": "MIT",
7
+ "keywords": [
8
+ "prompt",
9
+ "engineering",
10
+ "ai",
11
+ "template",
12
+ "versioning",
13
+ "testing",
14
+ "llm"
15
+ ],
16
+ "author": "Open Dev Tools",
17
+ "scripts": {
18
+ "postinstall": "node lib/setup.js",
19
+ "setup": "node lib/setup.js"
20
+ },
21
+ "files": [
22
+ "index.js",
23
+ "lib/"
24
+ ]
25
+ }