2021-10-07 14:41:24 +08:00
|
|
|
{
|
|
|
|
"name": "dooringx-plugin-template",
|
2022-01-12 17:48:05 +08:00
|
|
|
"version": "0.11.8",
|
2021-10-07 14:41:24 +08:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|