Files
dooring/packages/dooringx-plugin-template/package.json
2022-09-05 17:27:10 +08:00

22 lines
525 B
JSON

{
"name": "dooringx-plugin-template",
"version": "1.0.0",
"description": "> TODO: description",
"author": "yehuozhili <673632758@qq.com>",
"homepage": "https://github.com/H5-Dooring/dooringx#readme",
"license": "MIT",
"main": "index.js",
"files": [
"template"
],
"repository": {
"type": "git",
"url": "git+https://github.com/H5-Dooring/dooringx.git"
},
"scripts": {
"build": "rimraf ./dist && rollup -c"
},
"bugs": {
"url": "https://github.com/H5-Dooring/dooringx/issues"
}
}