package.json 880 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "uni-read-pages",
  3. "version": "1.0.5",
  4. "description": "read `pages.json` file to generate the routes table",
  5. "main": "index.js",
  6. "directories": {
  7. "example": "examples"
  8. },
  9. "scripts": {
  10. "postinstall": "node -e \"console.log('\\x1b[91m','\\n\\n uni-simple-router 垫脚片,欢迎下载!\\n \\n 开源不易,需要鼓励。去给 uni-read-pages 项目 点个 star 吧 \\n\\n')\"",
  11. "dev": "webpack --watch --progress --config webpack/webpack.dev.js",
  12. "build": "webpack --progress --config webpack/webpack.prod.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/SilurianYang/uni-read-pages.git"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "ISC",
  21. "bugs": {
  22. "url": "https://github.com/SilurianYang/uni-read-pages/issues"
  23. },
  24. "homepage": "https://github.com/SilurianYang/uni-read-pages#readme"
  25. }