加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
liao@x 提交于 2024-11-25 14:28 . 新增了一个日历创建函数
{
"name": "iota-utools",
"version": "0.0.10",
"description": "",
"type": "module",
"main": "lib/es/index.js",
"types": "lib/es/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest --coverage --verbose -u",
"start": "rollup -c rollup.config.js --watch",
"publish": "npm run build && npm publish"
},
"files": [
"lib"
],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"rollup": "^3.29.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-uglify": "^6.0.4",
"ts-jest": "^29.0.5",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化