@mir_king/common
Version:
提供开发中常用的工具函数,提升开发效率的库
25 lines (24 loc) • 479 B
JSON
{
"name": "@mir_king/common",
"version": "1.1.5",
"description": "提供开发中常用的工具函数,提升开发效率的库",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [
"tool",
"package",
"efficiency",
"commonlyUsed"
],
"author": "Ming",
"license": "MIT",
"dependencies": {
"express": "^5.1.0",
"nodemon": "^3.1.10",
"request": "^2.88.2",
"vue": "^2.6.12"
}
}