package.json 263 B

123456789101112131415
  1. {
  2. "name": "helloworld",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "author": "",
  7. "license": "ISC",
  8. "sdkVersion": "0.0.2-alpha.0",
  9. "dependencies": {
  10. },
  11. "config": {
  12. "notNeedLogin": [
  13. ]
  14. }
  15. }