ai-cant-even
Version:
A satirical AI-powered utility that's confidently wrong about basic math operations
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "ai-cant-even",
"version": "1.0.2",
"description": "A satirical AI-powered utility that's confidently wrong about basic math operations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build",
"start": "ts-node src/examples/example.ts",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\"",
"type-check": "tsc --noEmit",
"clean": "rimraf dist"
},
"keywords": [
"ai",
"satire",
"math",
"even",
"odd",
"llm",
"openai"
],
"author": {
"name": "Ben Dechrai",
"email": "ben@dechrai.com",
"url": "https://bendechr.ai"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"jest": "^30.0.0",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/openai": "^1.3.23",
"ai": "^4.3.19"
}
}