2 Star 1 Fork 0

开源社/osschat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.63 KB
一键复制 编辑 原始数据 按行查看 历史
Huan 提交于 2020-11-09 21:51 . 0.6.21
{
"name": "osschat",
"version": "0.6.21",
"description": "Apache OSSChat",
"main": "index.js",
"engines": {
"node": "12"
},
"scripts": {
"heroku:env": "heroku config -s -a oss-chat | sed 's/\\\\\\\\/\\\\/g' | tee .env",
"heroku:local": "heroku local",
"changelog": "github_changelog_generator -u kaiyuanshe -p osschat && sed -i'.bak' /greenkeeper/d CHANGELOG.md && sed -i'.bak' '/An in-range update of/d' CHANGELOG.md && ts-node scripts/sort-contributiveness.ts < CHANGELOG.md > CHANGELOG.new.md 2>/dev/null && cat CHANGELOG.md >> CHANGELOG.new.md && mv CHANGELOG.new.md CHANGELOG.md",
"clean": "shx rm -fr dist/*",
"dist": "npm run build",
"build": "tsc",
"lint": "npm run lint:es && npm run lint:ts",
"lint:ts": "tsc --noEmit",
"start": "npm run build && npx probot run ./dist/bin/main.js",
"test": "npm run lint && npm run test:unit",
"test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\"",
"lint:es": "eslint --ignore-pattern node_modules/ --ignore-pattern fixtures/ '{bin,examples,src,scripts,tests}/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaiyuanshe/OSSChat.git"
},
"author": "Huan LI <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kaiyuanshe/OSSChat/issues"
},
"homepage": "https://github.com/kaiyuanshe/OSSChat#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"array-flatten": "^3.0.0",
"brolog": "^1.12.4",
"commander": "^6.0.0",
"dotenv": "^8.2.0",
"ducks": "^0.10.2",
"finis": "^0.4.4",
"ha-wechaty": "^0.4.12",
"micromatch": "^4.0.2",
"moment": "^2.27.0",
"node-cache": "^5.1.2",
"probot": "^9.11.7",
"qrcode-terminal": "^0.12.0",
"redux": "^4.0.5",
"redux-observable": "^1.2.0",
"remote-redux-devtools": "^0.5.16",
"request": "^2.88.2",
"smee-client": "^1.1.0",
"state-switch": "^0.9.5",
"wechaty": "^0.48.10",
"wechaty-ducks-contrib": "^0.2.2",
"wechaty-plugin-contrib": "^0.14.11",
"wechaty-puppet-padplus": "^0.7.15",
"wechaty-redux": "^0.2.20"
},
"devDependencies": {
"@chatie/eslint-config": "^0.12.1",
"@chatie/git-scripts": "^0.6.2",
"@chatie/tsconfig": "^0.10.1",
"@types/express": "^4.17.7",
"@types/micromatch": "^4.0.1",
"@types/raven": "^2.5.3",
"@types/read-pkg-up": "^6.0.0",
"@types/request": "^2.48.5",
"eslint": "^7.5.0",
"express": "^4.17.1",
"shx": "^0.3.2",
"tstest": "^0.4.10"
},
"git": {
"scripts": {
"pre-push": "npx git-scripts-pre-push"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/kaiyuanshe/osschat.git
[email protected]:kaiyuanshe/osschat.git
kaiyuanshe
osschat
osschat
master

搜索帮助