1 Star 1 Fork 0

dpapejs/dpapejs-util

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 883 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangj 提交于 2022-07-13 17:35 . feat: update cjs mode
{
"name": "@dpapejs/util",
"version": "1.0.3",
"description": "🛠️ A library of Javascript tools for browsers.",
"main": "lib/index.js",
"scripts": {
"dts": "tsc --declaration --emitDeclarationOnly",
"package": "npm run dts && npm run build",
"build": "node ./build/index.js",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://gitee.com/dpapejs/utils.git"
},
"keywords": [
"util",
"modules",
"dpape"
],
"files": [
"lib",
"typings"
],
"author": "jieyang",
"license": "MIT",
"types": "typings/index.d.ts",
"devDependencies": {
"@types/jest": "^28.1.3",
"esbuild": "^0.14.47",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.2",
"jest-html-reporters": "^3.0.9",
"selenium-webdriver": "^4.3.0",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/dpapejs/utils.git
git@gitee.com:dpapejs/utils.git
dpapejs
utils
dpapejs-util
master

搜索帮助