1 Star 1 Fork 0

smile / front-tools-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
smile 提交于 2022-12-08 01:34 . 升级小版本 发布
{
"name": "front-tools-pro",
"version": "1.0.16",
"main": "dist/index.js",
"description": "Array,TreeData,Time,Session,Table,Object,Url,Number的一些常用方法,致力打造一个通用的前端工具库",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://gitee.com/me_site/front-tools-pro"
},
"bugs": {
"url": "https://gitee.com/me_site/front-tools-pro/issues"
},
"scripts": {
"build": "npx tsc -p ."
},
"keywords": [
"Array",
"TreeData",
"table",
"Object",
"前端通用方法"
],
"author": {
"name": "前端工作者",
"email": "290573077@qq.com"
},
"license": "ISC",
"devDependencies": {
"typescript": "^4.7.2"
},
"dependencies": {
"moment": "^2.29.4"
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/*.d.ts"
]
}
TypeScript
1
https://gitee.com/me_site/front-tools-pro.git
git@gitee.com:me_site/front-tools-pro.git
me_site
front-tools-pro
front-tools-pro
master

搜索帮助