1 Star 0 Fork 0

plaknight/type-challenge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
plaknight 提交于 2022-01-21 19:25 . first commit
{
"name": "type-challenges",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/antfu/type-challenges.git",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"scripts": {
"readme": "esno ./scripts/readme.ts",
"build": "esno ./scripts/build.ts",
"translate": "esno ./scripts/translate-cli.ts",
"utils:release": "pnpm -C utils release"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.12.1",
"@type-challenges/utils": "^0.1.1",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/lz-string": "^1.3.34",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^8.4.1",
"typescript": "^4.5.2",
"utility-types": "^3.10.0"
},
"dependencies": {
"esno": "^0.12.1",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"lz-string": "^1.4.4"
},
"eslintConfig": {
"extends": "@antfu/eslint-config-ts",
"rules": {
"import/first": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/plaknight/type-challenge.git
git@gitee.com:plaknight/type-challenge.git
plaknight
type-challenge
type-challenge
master

搜索帮助