{
  "name": "@rbxts/planck",
  "version": "1.0.0",
  "description": "An Agnostic Scheduler, inspired by Bevy Schedules and Flecs Pipelines and Phases",
  "author": "yetanotherclown",
  "main": "out/init.lua",
  "scripts": {
    "install-dependencies": "bun install && (cd tests && bun install)",
    "build": "rbxtsc",
    "dev": "bun run build -- -w",
    "prepublishOnly": "bun test",
    "test": "bun run build && bun run build -- -p tests && rojo build tests -o tests/test-environment.rbxl && lune run tests tests/test-environment.rbxl"
  },
  "keywords": [
    "roblox",
    "rbxts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yetanotherclown/planck.git"
  },
  "license": "ISC",
  "types": "out/index.d.ts",
  "files": [
    "out",
    "!**/*.tsbuildinfo"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rbxts/compiler-types": "^3.0.0-types.0",
    "@rbxts/types": "^1.0.813",
    "roblox-ts": "npm:@wad4444/roblox-ts@^1.0.2",
    "typescript": "^5.5.3"
  }
}