Setup project correctly for development and release
This commit is contained in:
28
package.json
28
package.json
@@ -1,20 +1,36 @@
|
||||
{
|
||||
"name": "gemini-cli-openai-api",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.1",
|
||||
"main": "server.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "tsdown",
|
||||
"bump-release": "bumpp",
|
||||
"dev": "tsx watch ./src/server.ts",
|
||||
"start": "node ./dist/server.js",
|
||||
"knip": "knip",
|
||||
"lint": "eslint --fix ."
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Stefano Fiorini",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@google/gemini-cli": "^0.1.3"
|
||||
"@google/gemini-cli-core": "^0.1.7",
|
||||
"dotenv": "^17.0.0",
|
||||
"zod": "^3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.0.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.3"
|
||||
"@eslint/js": "^9.30.0",
|
||||
"@stylistic/eslint-plugin": "^5.0.0",
|
||||
"@types/node": "^24.0.6",
|
||||
"bumpp": "^10.2.0",
|
||||
"eslint": "^9.30.0",
|
||||
"eslint-plugin-n": "^17.20.0",
|
||||
"jiti": "^2.4.2",
|
||||
"knip": "^5.61.2",
|
||||
"tsdown": "^0.12.9",
|
||||
"tsx": "^4.20.3",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.35.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user