UNPKG

@eimen/token-saver

Version:

Strip polite fluff from AI prompts to cut token use and cost.

55 lines (54 loc) 1.17 kB
{ "name": "@eimen/token-saver", "version": "1.0.0", "description": "Strip polite fluff from AI prompts to cut token use and cost.", "type": "module", "main": "index.cjs", "module": "dist/token-saver.mjs", "exports": { "require": "./dist/token-saver.cjs", "import": "./dist/token-saver.mjs" }, "files": [ "dist", "src", "index.cjs", "index.d.ts", "LICENSE" ], "scripts": { "build": "rollup -c", "prepare": "npm run build", "test": "vitest run", "example": "node examples/basic.cjs" }, "keywords": [ "ai", "llm", "openai", "anthropic", "tokens", "token-optimization", "prompt-engineering", "chatgpt", "claude" ], "author": "Eimen Hamedat", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/eimenhmdt/token-saver.git" }, "bugs": { "url": "https://github.com/eimenhmdt/token-saver/issues" }, "homepage": "https://github.com/eimenhmdt/token-saver#readme", "engines": { "node": ">=16" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "rollup": "^4.40.0", "vitest": "^3.1.2" } }