package.json 378 B

1234567891011121314151617
  1. {
  2. "name": "honeycomb",
  3. "version": "1.0.0",
  4. "description": "=====\r A cute simplified 4x conquest game about bees",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "vite",
  8. "build": "vite build",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "three": "^0.170.0",
  15. "vite": "^5.4.11"
  16. }
  17. }