@rbxts/jecs-hooks
Version:
Hooks for Jecs ECS
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "@rbxts/jecs-hooks",
"version": "0.0.2",
"description": "Hooks for Jecs ECS",
"main": "out/init.luau",
"types": "out/index.d.ts",
"files": ["out", "!out/jest.config.*", "!out/**/*.test.*"],
"scripts": {
"build": "rbxtsc --type package",
"prepublishOnly": "bun run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathfox/rbx-jecs-hooks.git"
},
"keywords": ["roblox", "roblox-ts", "jecs", "hooks"],
"author": {
"name": "Ivan Leontev",
"url": "https://github.com/mathfox"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mathfox/rbx-jecs-hooks/issues"
},
"homepage": "https://github.com/mathfox/rbx-jecs-hooks#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.805",
"@rbxts/jest": "^0.1.0",
"@rbxts/jest-globals": "^0.1.0",
"roblox-ts": "^3.0.0-dev-834585a"
},
"dependencies": {
"@rbxts/jecs-topo-runtime": "^0.0.3",
"@rbxts/phantom": "^0.6.1",
"@rbxts/services": "^1.5.5"
}
}