package.json 284 B

1234567891011121314
  1. {
  2. "name": "twong",
  3. "version": "1.3.1",
  4. "description": "twong",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "vant-weapp": "^0.5.23"
  13. }
  14. }