2024-10-11 17:40:21 +08:00

34 lines
744 B
JSON

{
"name": "comutils",
"version": "1.1.19",
"description": "前端代码常用工具类",
"main": "build/comutils.min.js",
"scripts": {
"build": "node script/build.js",
"singleCopy": "node script/singleCopy.js",
"jsBabel":"babel src -d babelLib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenxuan0000/comutils"
},
"keywords": [
"util",
"tool",
"commonUtil"
],
"author": "chenxuan",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"chalk": "^2.3.0",
"copy": "^0.3.1",
"ora": "^1.3.0",
"power-assert": "^1.4.4",
"rimraf": "^2.6.2",
"webpack": "^3.8.1"
}
}