vuekit-js
Version:
一个简单实用且轻量级的 JavaScript 工具库
40 lines (39 loc) • 747 B
JSON
{
"name": "vuekit-js",
"version": "1.1.3",
"description": "一个简单实用且轻量级的 JavaScript 工具库",
"main": "dist/index.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"vue",
"vuekit",
"vuekit-js",
"utils",
"toolkit",
"dom",
"方法库",
"js",
"js工具库",
"工具库",
"简单",
"轻量级"
],
"author": {
"name": "longchenxu",
"email": "longchenxu@126.com"
},
"license": "MIT",
"dependencies": {
"lcx_encryption": "^0.0.3"
},
"devDependencies": {
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2"
},
"publishConfig": {
"access": "public"
}
}