isle/package.json

26 lines
835 B
JSON

{
"name": "isle",
"version": "1.0.0",
"description": "[Development Vlog](https://www.youtube.com/playlist?list=PLbpl-gZkNl2COf_bB6cfgTapD5WduAfPz) | [Contributing](/CONTRIBUTING.md) | [Matrix](https://matrix.to/#/#isledecomp:matrix.org) | [Forums](https://forum.mattkc.com/viewforum.php?f=1) | [Patreon](https://www.patreon.com/mattkc)",
"main": "index.js",
"scripts": {
"start": "node --experimental-strip-types get_skeleton.ts",
"embed": "node --experimental-strip-types code_embedder.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@libsql/client": "^0.15.4",
"dotenv": "^16.5.0",
"gpt-tokenizer": "^2.9.0",
"openai": "^4.97.0",
"p-limit": "^6.2.0",
"zod": "^3.24.4"
}
}