package.json 574 B

123456789101112131415161718192021
  1. {
  2. "requires": true,
  3. "lockfileVersion": 1,
  4. "dependencies": {
  5. "jweixin-module": "^1.6.0",
  6. "uni-read-pages": "^1.0.5",
  7. "vuex-persistedstate": "^3.1.0"
  8. },
  9. "name": "kaoshi",
  10. "description": "#### Description {**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}",
  11. "version": "1.0.0",
  12. "main": "main.js",
  13. "directories": {
  14. "lib": "lib"
  15. },
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "author": "",
  20. "license": "ISC"
  21. }