{
  "name": "thunder-utils",
  "version": "0.0.6-alpha2",
  "description": "",
  "author": "",
  "license": "MIT",
  "keywords": [],
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "readme.md",
    "package.json"
  ],
  "dependencies": {
    "@types/suncalc": "^1.9.2",
    "postprocessing": "^6.33.3",
    "suncalc": "^1.9.0",
    "thunder-3d": "^0.0.4-alpha13"
  },
  "scripts": {
    "build": "father build",
    "build:deps": "father prebundle",
    "test": "jest --maxWorkers 2"
  }
}