package.json 568 B

12345678910111213141516171819202122
  1. {
  2. "name": "@dcloudio/uni-i18n",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "@dcloudio/uni-i18n",
  5. "main": "./dist/uni-i18n.cjs.js",
  6. "module": "./dist/uni-i18n.es.js",
  7. "types": "./dist/uni-i18n.d.ts",
  8. "files": [
  9. "dist"
  10. ],
  11. "sideEffects": false,
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/dcloudio/uni-app.git",
  15. "directory": "packages/uni-i18n"
  16. },
  17. "license": "Apache-2.0",
  18. "bugs": {
  19. "url": "https://github.com/dcloudio/uni-app/issues"
  20. },
  21. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da"
  22. }