4 Star 1 Fork 2

gitee-fe / base-library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
otakustay 提交于 2020-03-12 12:24 . chore: 初始化项目结构
{
"name": "@gitee/base-library",
"private": true,
"version": "0.8.0",
"main": "index.js",
"repository": "git@gitee.com:gitee-fe/base-library.git",
"author": "otakustay <otakustay@gmail.com>",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "lerna run lint",
"test": "lerna run test",
"build": "lerna run build",
"build-check": "lerna run build-check",
"release": "lerna version --conventional-commits --no-push",
"ci": "yarn && yarn lint && yarn build-check && yarn test",
"preversion": "yarn ci",
"prepack": "yarn && yarn build"
},
"devDependencies": {
"lerna": "^3.20.2"
}
}
TypeScript
1
https://gitee.com/gitee-fe/base-library.git
git@gitee.com:gitee-fe/base-library.git
gitee-fe
base-library
base-library
master

搜索帮助