first commit
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user