mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
26 lines
835 B
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"
|
|
}
|
|
}
|