{
  "name": "@studio-freight/tempus",
  "version": "0.0.38",
  "description": "one rAF to rule them all",
  "files": [
    "dist/**/*",
    "bundled/**/*"
  ],
  "sideEffects": false,
  "source": "src/index.js",
  "main": "dist/tempus.js",
  "umd:main": "dist/tempus.umd.js",
  "module": "dist/tempus.mjs",
  "types": "dist/types/tempus.d.ts",
  "exports": {
    "require": "./dist/tempus.js",
    "default": "./dist/tempus.modern.mjs"
  },
  "scripts": {
    "dev": "npm-run-all --parallel watch vite",
    "vite": "vite",
    "clean": "npm-run-all --parallel clean:bundled clean:dist",
    "clean:bundled": "rimraf bundled",
    "clean:dist": "rimraf dist",
    "postpublish": "git push --follow-tags",
    "prepublishOnly": "npm version patch",
    "preversion": "npm run build",
    "watch": "microbundle watch -i src/ --o ./dist",
    "build": "npm-run-all --parallel clean build:dist build:bundle build:types",
    "build:types": "tsc --allowJs -d --emitDeclarationOnly --declarationDir ./dist/types --removeComments ./src/index.js",
    "build:dist": "microbundle build -i src/ --o ./dist",
    "build:bundle": "npm-run-all build:bundle-full build:bundle-min",
    "build:bundle-full": "microbundle build -i src/ --o ./bundled/index.js --no-sourcemap --no-pkg-main --external none --name $npm_package_name --format umd  --no-compress",
    "build:bundle-min": "microbundle build -i src/ --o ./bundled/index.min.js --no-sourcemap --no-pkg-main --external none --name $npm_package_name --format umd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/studio-freight/tempus.git"
  },
  "keywords": [],
  "author": "@studio-freight",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/studio-freight/tempus/issues"
  },
  "homepage": "https://github.com/studio-freight/tempus#readme",
  "devDependencies": {
    "@size-limit/preset-small-lib": "^8.2.4",
    "eslint": "^8.36.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.6.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.32.2",
    "microbundle": "^0.15.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.6",
    "rimraf": "^4.4.0",
    "typescript": "^5.0.2",
    "vite": "^4.2.1"
  },
  "size-limit": [
    {
      "limit": "2 kB",
      "path": "dist/index.js"
    }
  ]
}
