1 Star 1 Fork 0

小弟调调/typenexus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1000 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"scripts": {
"prepare": "husky install",
"start": "npm run start --workspace=core",
"watch": "npm run watch --workspace=core",
"build": "lerna exec --scope @examples/* --scope typenexus -- npm run build",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"clean": "lerna clean --yes"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/typenexus.git"
},
"engines": {
"node": ">=16.0.0"
},
"workspaces": [
"core",
"examples/**"
],
"lint-staged": {
"*.{js,jsx,ts,tsx,md,json}": [
"prettier --write"
]
},
"devDependencies": {
"@types/supertest": "^2.0.12",
"husky": "^8.0.3",
"lerna": "^8.0.0",
"lint-staged": "^15.0.0",
"node-ts": "^6.0.0",
"prettier": "^3.0.0",
"supertest": "^6.3.3",
"supertest-session": "^5.0.0",
"tsbb": "^4.1.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/jaywcjlove/typenexus.git
[email protected]:jaywcjlove/typenexus.git
jaywcjlove
typenexus
typenexus
main

搜索帮助