1 Star 0 Fork 0

liqc / instant-time

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
liqingchao 提交于 2023-09-20 10:58 . 修改插件名字
{
"name": "format-instant",
"version": "1.0.0",
"description": "格式化时间",
"private": false,
"type": "module",
"main": "dist/instant.es.js",
"scripts": {
"build": "rollup -c"
},
"keywords": [
"时间",
"time",
"格式化",
"format"
],
"repository": {
"type": "git",
"url": "https://gitee.com/king_atlantis/instant-time"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
}
}
1
https://gitee.com/king_atlantis/instant-time.git
git@gitee.com:king_atlantis/instant-time.git
king_atlantis
instant-time
instant-time
master

搜索帮助