@jokerwang/format-util
Version:
30 lines (29 loc) • 798 B
JSON
{
"name": "@jokerwang/format-util",
"version": "1.0.4",
"description": "格式化工具类",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --entry ./index.js -w ./index.js --output-path dist --output-filename index.min.js --output-library-target umd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jokerwang-z/format-util.git"
},
"keywords": [
"format",
"jokerwang"
],
"author": "joker",
"license": "ISC",
"bugs": {
"url": "https://github.com/jokerwang-z/format-util/issues"
},
"homepage": "https://github.com/jokerwang-z/format-util#readme",
"devDependencies": {
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}