package.json 408 B

12345678910111213141516
  1. {
  2. "name": "gdt-jsapi",
  3. "version": "1.9.51",
  4. "main": "index.js",
  5. "module": "es/index.js",
  6. "description": "政务钉钉H5/小程序多端统一JSAPI",
  7. "publishConfig": {
  8. "registry": "https://registry.npmjs.org/"
  9. },
  10. "dependencies": {
  11. "@babel/runtime": "^7.10.2",
  12. "@remax/mini-types": "^0.1.0"
  13. },
  14. "repository": "git@gitlab.alibaba-inc.com:gdt/jsapi.git",
  15. "author": "sancun.zx"
  16. }