SmartStorage/node_modules/uni-read-pages/package.json

26 lines
880 B
JSON
Raw Normal View History

2023-12-24 11:13:42 +08:00
{
"name": "uni-read-pages",
"version": "1.0.5",
"description": "read `pages.json` file to generate the routes table",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"postinstall": "node -e \"console.log('\\x1b[91m','\\n\\n uni-simple-router 垫脚片,欢迎下载!\\n \\n 开源不易,需要鼓励。去给 uni-read-pages 项目 点个 star 吧 \\n\\n')\"",
"dev": "webpack --watch --progress --config webpack/webpack.dev.js",
"build": "webpack --progress --config webpack/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilurianYang/uni-read-pages.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SilurianYang/uni-read-pages/issues"
},
"homepage": "https://github.com/SilurianYang/uni-read-pages#readme"
}