{
  "name": "@pathicles/core",
  "license": "MIT",
  "version": "0.9.0",
  "type": "module",
  "main": "dist/pathicles-core.min.js",
  "module": "dist/pathicles-core.esm.js",
  "scripts": {
    "build": "NODE_ENV=production rollup --config ",
    "dev": "rollup --config -w",
    "lint": "eslint --fix src; prettier-package-json --write",
    "publish": "npm publish --access=public",
    "test:unit": "jest"
  },
  "dependencies": {
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/polyfill": "^7.12.1",
    "@pathicles/config": "^0.9.0",
    "@petamoriken/float16": "^2.0.0",
    "b-spline": "^2.0.1",
    "detect-it": "^4.0.0",
    "event-emitter": "^0.3.5",
    "gl-mat4": "^1.2.0",
    "gl-quat": "^1.0.0",
    "gl-vec3": "^1.1.3",
    "glsl-float-to-rgba": "^1.0.0",
    "glsl-inverse": "^1.0.0",
    "glsl-look-at": "^1.0.0",
    "glsl-random": "0.0.5",
    "glsl-rgba-to-float": "^1.0.0",
    "glsl-transpose": "^1.0.0",
    "lethargy": "^1.0.9",
    "mouse-change": "^1.4.0",
    "mouse-event-offset": "^3.0.2",
    "primitive-cube": "^2.0.1",
    "regl": "^2.0.1"
  },
  "devDependencies": {
    "@pathicles/dev-config": "^0.9.0"
  },
  "gitHead": "af3cbce46e0f3a2a20594e7f298aa704384334bc"
}
