package.json 307 B

123456789101112131415
  1. {
  2. "name": "ldxkx",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": ".eslintrc.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "mobx-miniprogram": "^4.13.2",
  13. "mobx-miniprogram-bindings": "^2.1.5"
  14. }
  15. }