加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
796 提交于 2020-10-08 07:43 . update package
{
"name": "ican-cli",
"version": "1.0.0",
"description": "ican-script",
"main": "index.js",
"scripts": {
"gt": "ts-node ./src/token.ts",
"rt": "ts-node ./src/refresh.ts",
"ga": "ts-node ./src/article.ts",
"pa": "ts-node ./src/postArticle.ts",
"rs": "ts-node ./src/showRedness.ts",
"gthought": "ts-node ./src/thoughts.ts",
"pt": "ts-node ./src/postThoughts.ts",
"gtask": "ts-node ./src/task.ts",
"ptask": "ts-node ./src/postTask.ts",
"ps": "ts-node ./src/postShare.ts",
"bp": "ts-node ./src/buyProduct.ts",
"test": "ts-node ./src/index.ts",
"gad": "ts-node ./src/getAddress.ts",
"tsc": "tsc",
"debug-gt": "node ./dist/token.js",
"thought": "ts-node ./src/thought.ts",
"ieplogin": "ts-node ./src/iep/login.ts",
"loginrt": "ts-node ./src/iep/refresh.ts"
},
"repository": {
"type": "git",
"url": "git@gitee.com:vhik/ican-cli.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chalk-pipe": "^2.0.0",
"@types/cheerio": "^0.22.21",
"@types/crypto-js": "^3.1.47",
"@types/inquirer": "^7.3.1",
"@types/lodash": "^4.14.161",
"@types/node": "^14.6.2",
"@types/qs": "^6.9.4",
"@types/tunnel": "^0.0.1",
"hpagent": "^0.1.1",
"ts-node": "^9.0.0",
"tunnel": "^0.0.6",
"typescript": "^4.0.2"
},
"dependencies": {
"chalk-pipe": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"crypto-js": "^4.0.0",
"dotenv": "^8.2.0",
"got": "^11.5.2",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"qs": "^6.9.4",
"terminal-image": "^1.2.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化