package.json 464 B

123456789101112131415161718192021
  1. {
  2. "name": "smart-canteen",
  3. "version": "1.0.0",
  4. "main": "app.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "http://git.cc-lotus.info/Free-canteen/smart-canteen.git"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "@vant/weapp": "^1.6.9",
  16. "miniprogram-sm-crypto": "^0.3.0",
  17. "vant-weapp": "^0.5.29"
  18. },
  19. "devDependencies": {},
  20. "description": ""
  21. }