Files
pancake-tui/package.json
2024-04-19 14:08:59 -06:00

32 lines
668 B
JSON

{
"name": "pancake-api-tui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsx src/index.ts"
},
"keywords": [],
"author": "",
"type": "module",
"license": "UNLICENSED",
"dependencies": {
"@biomejs/biome": "1.7.0",
"@types/node": "^20.12.7",
"dotenv": "^16.4.5",
"esbuild": "0.20.2",
"eslint": "^8.57.0",
"eslint-config-sheriff": "^18.2.0",
"eslint-define-config": "^2.1.0",
"ky": "^1.2.3",
"tinyrainbow": "^1.1.1",
"tsx": "4.7.2",
"typescript": "5.4.5",
"vite": "^5.2.9",
"zod": "^3.22.5"
},
"devDependencies": {
"wretched": "1.0.10-alpha"
}
}