update: package.json

This commit is contained in:
RainSunMe 2022-12-19 15:59:27 +08:00
parent c40c40d3f5
commit 45d235b589

View File

@ -1,7 +1,7 @@
{
"name": "kiwi-clis",
"version": "1.0.23",
"description": "a cli for kiwi",
"name": "canary-clis",
"version": "1.0.0",
"description": "a cli for canary",
"main": "dist/index.js",
"scripts": {
"dev": "tsc --watch",
@ -9,22 +9,18 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alibaba/kiwi.git"
"url": "git+ssh://git@git.lacus.site:RainSun/canary_clis.git"
},
"keywords": [
"cli",
"kiwi",
"canary",
"i18n"
],
"bin": {
"kiwi": "dist/index.js"
"canary": "dist/index.js"
},
"author": "linhuiw",
"author": "zhaoyingbo",
"license": "ISC",
"bugs": {
"url": "https://github.com/alibaba/kiwi/issues"
},
"homepage": "https://github.com/alibaba/kiwi#readme",
"dependencies": {
"@angular/compiler": "^7.2.0",
"@babel/core": "^7.5.5",