package.json 642 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@dcloudio/uni-app-vue",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "@dcloudio/uni-app-vue",
  5. "main": "dist/service.runtime.esm.dev.js",
  6. "module": "dist/service.runtime.esm.dev.js",
  7. "files": [
  8. "dist"
  9. ],
  10. "sideEffects": false,
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/dcloudio/uni-app.git",
  14. "directory": "packages/uni-app-vue"
  15. },
  16. "license": "Apache-2.0",
  17. "bugs": {
  18. "url": "https://github.com/dcloudio/uni-app/issues"
  19. },
  20. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  21. "devDependencies": {
  22. "@dcloudio/uni-shared": "3.0.0-4020920240930001"
  23. }
  24. }