UNPKG

@gptsafe/promptguard

Version:

Prevent GPT prompt attacks for Node.js & TypeScript

48 lines (47 loc) 1.06 kB
{ "name": "@gptsafe/promptguard", "version": "0.2.0", "description": "Prevent GPT prompt attacks for Node.js & TypeScript", "main": "./dist/index.js", "scripts": { "test": "jest", "build": "tsc --build", "clean": "tsc --build --clean", "lint": "eslint \"./src/**/*.ts\"" }, "repository": { "type": "git", "url": "git+https://github.com/GPTSafe/PromptGuard.git" }, "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "GPT", "prompt", "attack", "injection", "ChatGPT", "GPT-3", "GPT3", "GPT-2", "GPT2" ], "author": "Phil Sautter", "license": "Apache-2.0", "bugs": { "url": "https://github.com/GPTSafe/PromptGuard/issues" }, "homepage": "https://github.com/GPTSafe/PromptGuard#readme", "devDependencies": { "@jest/globals": "^29.4.1", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "eslint": "^8.33.0", "jest": "^29.4.1", "ts-jest": "^29.0.5", "typescript": "^4.9.5" } }