{
  "name": "textura-renderer",
  "version": "1.0.41",
  "description": "Optimized small library for convenient work with coordinates and render loop. Aimed on creating websites scroll animations",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "scripts": {
    "build": "rollup -c",
    "dev": "http-server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/textura-agency/Renderer.git"
  },
  "keywords": [
    "renderer",
    "animation",
    "scroll",
    "interpolation",
    "tween",
    "ease",
    "piecewise",
    "typescript",
    "textura.agency"
  ],
  "author": "Dzianis Krauchun",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/textura-agency/Renderer/issues"
  },
  "homepage": "https://github.com/textura-agency/Renderer#readme",
  "devDependencies": {
    "http-server": "^14.1.1",
    "rollup": "^3.8.1",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^4.6.3"
  }
}
