package.json 446 B

1234567891011121314151617181920
  1. {
  2. "name": "lab-equipment-mini-program",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@jihulab.com:lab-equipment-project/lab-equipment-mini-program.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "flyio": "^0.6.14",
  17. "uview-ui": "^2.0.35",
  18. "video.js": "^8.3.0"
  19. }
  20. }