mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
feat: initial configs for npm publishing (#30)
* feat: initial configs for npm publishing * fix: workspace reference * fix: include LICENSE in npm run build
This commit is contained in:
parent
abb60a4d10
commit
56d4a35d05
3 changed files with 10 additions and 5 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "gemini-code-cli",
|
||||
"name": "@google/gemini-code",
|
||||
"version": "1.0.0",
|
||||
"description": "Gemini Code CLI",
|
||||
"type": "module",
|
||||
"main": "dist/gemini.js",
|
||||
"main": "gemini.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "tsc && cp package.json README.md ../../LICENSE dist/",
|
||||
"clean": "rm -rf dist",
|
||||
"start": "node dist/gemini.js",
|
||||
"debug": "node --inspect-brk dist/gemini.js",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue