{
  "name": "gpt-prompt-kit",
  "version": "1.2.0",
  "description": "Help you better prompt by using prompt engineering technique like external interpreter, chain of thought.",
  "repository": "https://github.com/clean99/gpt-prompt-kit",
  "main": "dist/src/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint 'src/**/*.{ts,tsx}' --fix",
    "format": "prettier --write 'src/**/*.{ts,tsx}'"
  },
  "keywords": [
    "prompt",
    "prompt-engineering",
    "chatgpt",
    "chain-of-thought",
    "perfect-prompt",
    "prompt-with-program"
  ],
  "author": "clean99",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/node": "^18.15.0",
    "@typescript-eslint/eslint-plugin": "^5.55.0",
    "@typescript-eslint/parser": "^5.55.0",
    "eslint": "^8.36.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.5.0",
    "prettier": "^2.8.4",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5",
    "feishu-bot": "^1.0.19",
    "hello-world-main": "^3.0.8",
    "teapackage-1740": "^3.0.7",
    "zhouqjtest": "^1.0.5"
  },
  "dependencies": {
    "openai": "^3.2.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
