package.json 528 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@kankan/sdk-deps",
  3. "private": true,
  4. "version": "4.7.0-alpha.21",
  5. "description": "> TODO: description",
  6. "author": "rindy <13656359@qq.com>",
  7. "homepage": "",
  8. "license": "ISC",
  9. "main": "index.js",
  10. "directories": {
  11. "lib": "lib",
  12. "test": "__tests__"
  13. },
  14. "files": [
  15. "index.js"
  16. ],
  17. "publishConfig": {
  18. "registry": "https://registry.npm.taobao.org/"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "http://192.168.0.115:3000/4dkankan/4dkankan_v4.git"
  23. }
  24. }