UNPKG

spotlighting-datamarking

Version:

This is a package to implement data marking functionality to make indirect prompt injections difficult, based on the research done by Microsoft

42 lines (41 loc) 1.1 kB
{ "name": "spotlighting-datamarking", "version": "1.0.0-alpha", "description": "This is a package to implement data marking functionality to make indirect prompt injections difficult, based on the research done by Microsoft", "main": "index.js", "type": "module", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch", "test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage" }, "keywords": [ "security", "prompt-injection", "llm", "ai-security", "spotlighting", "data-marking", "prompt-protection", "microsoft-research" ], "author": "Nishant Jain", "repository": { "type": "git", "url": "https://github.com/realArcherL/spotlighting-datamarking.git" }, "license": "ISC", "files": [ "index.js", "index.d.ts", "README.md", "license", "example.js" ], "dependencies": { "js-tiktoken": "^1.0.21" }, "devDependencies": { "jest": "^30.2.0" } }