{
  "name": "tomorrow_web",
  "version": "0.0.994",
  "description": "Web Utilities",
  "main": "index.js",
  "scripts": {
    "clean": "rm -rf animation three utils index.d.ts index.d.ts.map index.js",
    "build": "tsc --build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomorrowevening/tomorrow_web.git"
  },
  "keywords": [
    "Animation",
    "Web",
    "Utils",
    "Three"
  ],
  "author": "Colin Duffy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomorrowevening/tomorrow_web/issues"
  },
  "homepage": "https://github.com/tomorrowevening/tomorrow_web#readme",
  "peerDependencies": {
    "@tweakpane/core": "*",
    "@tweakpane/plugin-essentials": "*",
    "@types/three": "*",
    "layout-bmfont-text": "*",
    "quad-indices": "*",
    "three": "*",
    "tweakpane": "*"
  },
  "dependencies": {},
  "devDependencies": {
    "@tweakpane/core": "^1.0.5",
    "@tweakpane/plugin-essentials": "^0.1.0",
    "@types/three": "^0.129.1",
    "layout-bmfont-text": "^1.3.4",
    "quad-indices": "^2.0.1",
    "three": "^0.129.0",
    "typescript": "^4.1.3",
    "tweakpane": "^3.0.4"
  },
  "files": [
    "index.d.ts",
    "index.d.ts.map",
    "index.js",
    "animation/",
    "three/",
    "utils/",
    "LICENSE",
    "README.md"
  ]
}