@rbxts/planck
Version:
An agnostic scheduler for ECS
51 lines • 1.2 kB
JSON
{
"name": "@rbxts/planck",
"version": "0.2.5",
"description": "An agnostic scheduler for ECS",
"main": "out/init.lua",
"repository": {
"type": "git",
"url": "https://github.com/yetanotherclown/planck"
},
"homepage": "https://yetanotherclown.github.io/planck",
"keywords": [
"ECS",
"Entity Component System",
"Scheduler",
"@rbxts",
"Roblox",
"Roblox-TS",
"roblox ts",
"roblox-ts"
],
"author": "YetAnotherClown",
"license": "MIT",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo",
"!out/__tests__",
"!out/__tests__/**/*",
"!out/jest.config.luau"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/types": "^1.0.813",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.4.2",
"roblox-ts": "^3.0.0",
"typescript": "^5.7.2"
},
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
}
}