Skip to content

Commit 026f32b

Browse files
committed
Update keywords and description to package.json
1 parent f3f1478 commit 026f32b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ dist
77
/*.tgz
88
.idea/
99

10+
build/tsconfig.tsbuildinfo

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
{
22
"name": "@prompt-foundry/typescript-sdk",
33
"version": "1.6.0",
4-
"description": "The official TypeScript library for the Prompt Foundry API",
4+
"description": "The prompt engineering, prompt management, and prompt evaluation tool for TypeScript, JavaScript, and NodeJS.",
5+
"keywords": [
6+
"typescript",
7+
"javascript",
8+
"nodejs",
9+
"sdk",
10+
"prompt",
11+
"prompt-engineering",
12+
"prompt-management",
13+
"prompt-testing",
14+
"openai"
15+
],
516
"author": "Prompt Foundry <dev-feedback@promptfoundry.ai>",
617
"types": "dist/index.d.ts",
718
"main": "dist/index.js",

0 commit comments

Comments
 (0)