Files
my-worker/web-vue/packages/assets/package.json
2025-11-26 13:55:01 +08:00

24 lines
504 B
JSON

{
"name": "@jeesite/assets",
"version": "5.14.0",
"private": true,
"type": "module",
"scripts": {
"uninstall": "rimraf node_modules",
"update": "ncu -u"
},
"homepage": "https://jeesite.com",
"repository": {
"type": "git",
"url": "https://gitee.com/thinkgem/jeesite-vue.git"
},
"bugs": {
"url": "https://gitee.com/thinkgem/jeesite-vue/issues"
},
"author": {
"name": "ThinkGem",
"email": "thinkgem@163.com",
"url": "https://gitee.com/thinkgem"
}
}