{
  "name": "@templatone/utils",
  "version": "1.2.6",
  "description": "Collection of useful Templatone utils.",
  "keywords": [
    "strings",
    "numbers",
    "brezier easing",
    "regexp",
    "oscillators"
  ],
  "homepage": "https://github.com/templatone/utils#readme",
  "bugs": {
    "url": "https://github.com/templatone/utils/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/templatone/utils.git"
  },
  "license": "CC-BY-NC-ND-4.0",
  "author": "Adam Josefus",
  "main": "./lib/main.js",
  "typings": "./lib/main.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "snowpack build && tsc",
    "prepare": "npm run build",
    "dev": "snowpack build --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@types/webfontloader": "^1.6.33",
    "webfontloader": "^1.6.28"
  },
  "devDependencies": {
    "@snowpack/plugin-typescript": "^1.2.1",
    "snowpack": "^3.8.8",
    "typescript": "^4.4.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
