2 Star 0 Fork 0

K. / taro3-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 984 Bytes
一键复制 编辑 原始数据 按行查看 历史
K. 提交于 2021-04-02 10:11 . build: 1.0.7
{
"name": "taro3-utils",
"version": "1.0.7",
"repository": "https://gitee.com/janpoem/taro3-utils.git",
"author": "Jiankai Zeng <janpoem@163.com>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"taro",
"taro3",
"taro utils",
"taro plugin"
],
"license": "MIT",
"files": [
"lib/"
],
"scripts": {
"dev": "tsc --project tsconfig.json -w",
"clean": "cleandir ./lib",
"build": "tsc --project tsconfig.json",
"test": "ts-mocha -p tsconfig.json tests/*.spec.ts",
"eslint-check": "eslint"
},
"dependencies": {
"deepmerge": "^4.2.2"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"chai": "^4.3.4",
"clean-dir": "^1.0.3",
"eslint": "^7.23.0",
"mocha": "^8.3.2",
"ts-mocha": "^8.0.0",
"typescript": "4.1.5"
}
}
TypeScript
1
https://gitee.com/janpoem/taro3-utils.git
git@gitee.com:janpoem/taro3-utils.git
janpoem
taro3-utils
taro3-utils
master

搜索帮助