Files
megahal.js/package.json

35 lines
773 B
JSON

{
"name": "megahal.js",
"version": "1.0.0",
"description": "A port of kranzky/megahal to JS, written using TS",
"main": "index.js",
"scripts": {
"ci": "pnpm install --frozen-lockfile",
"build": "rm -rf build && tsc && cp package.json README.md build/",
"test": "jest"
},
"keywords": [
"megahal",
"hal",
"ai",
"chat",
"bot"
],
"author": "Chen Asraf <contact@casraf.dev>",
"license": "UNLICENSE",
"dependencies": {
"jszip": "^3.10.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"tsx": "^4.16.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0"
}
}