UNPKG

palm-api

Version:
29 lines (28 loc) 491 B
{ "name": "palm-api", "version": "1.1.1", "description": "A PaLM API for JS & TS", "main": "out/index.js", "scripts": { "build": "npx tsc" }, "author": "EvanZhouDev", "license": "GPL-3.0", "repository": { "type": "git", "url": "https://github.com/EvanZhouDev/palm-api.git" }, "type": "module", "homepage": "https://github.com/EvanZhouDev/palm-api", "keywords": [ "Google", "PaLM", "AI" ], "devDependencies": { "typescript": "^5.1.6" }, "files": [ "out" ] }