加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
zlq4863947 提交于 2019-12-21 12:06 . !4 增加ci配置
{
"name": "m3k6",
"version": "0.1.0",
"description": "类大富翁类型,三国题材的Q版战旗游戏",
"scripts": {
"ci:lint": "yarn lint",
"ci:build-check": "yarn tsc:app --noEmit",
"ci:format": "yarn format && yarn diff-check",
"ci:test": "yarn test --ci --silent",
"coverage": "jest -c jest.config.js --collectCoverage",
"diff-check": "git diff --exit-code -- . ':(exclude)./package-lock.json'",
"deploy": "git subtree push --prefix public/web-desktop origin gh-pages",
"format": "yarn format:ts",
"format:ts": "yarn format:ts:import && prettier --config .prettierrc --write \"{assets/script,test}/**/*.ts\"",
"format:ts:import": "import-sort --write \"{assets/script,test}/**/*.ts\"",
"jest": "jest -c jest.config.js",
"lint": "yarn lint:ts",
"lint:ts": "tslint -p tsconfig.app.json -c tslint.json",
"test": "yarn jest --runInBand",
"tsc:app": "tsc -p tsconfig.app.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlq4863947/m3k6.git"
},
"keywords": [
"m3k6",
"富甲天下6"
],
"author": "zlq4863947@gmail.com",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/zlq4863947/m3k6/issues"
},
"homepage": "https://github.com/zlq4863947/m3k6#readme",
"devDependencies": {
"@types/jest": "^24.0.23",
"import-sort": "^6.0.0",
"import-sort-cli": "^6.0.0",
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-module-alias": "^1.0.4",
"jest": "^24.9.0",
"prettier": "^1.19.0",
"ts-jest": "^24.1.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "3.3.3333",
"vrsource-tslint-rules": "^6.0.0",
"yarn": "^1.19.1"
},
"dependencies": {
"dayjs": "^1.8.17",
"rxjs": "^6.5.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化