package.json 293 B

123456789101112131415
  1. {
  2. "name": "env-minp",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@antv/f2-canvas": "^1.0.5",
  13. "lottie-miniapp": "^1.9.0-0"
  14. }
  15. }