mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@rbxts/jecs",
|
|
"version": "0.5.2",
|
|
"description": "Stupidly fast Entity Component System",
|
|
"main": "jecs.luau",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ukendio/jecs.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Ukendio",
|
|
"contributors": [
|
|
"Ukendio",
|
|
"EncodedVenom"
|
|
],
|
|
"homepage": "https://github.com/ukendio/jecs",
|
|
"license": "MIT",
|
|
"types": "jecs.d.ts",
|
|
"files": [
|
|
"jecs.luau",
|
|
"jecs.d.ts",
|
|
"LICENSE.md",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@rbxts/compiler-types": "^2.3.0-types.1",
|
|
"@rbxts/types": "^1.0.781",
|
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
"@typescript-eslint/parser": "^5.8.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-roblox-ts": "^0.0.32",
|
|
"prettier": "^2.5.1",
|
|
"roblox-ts": "^3.0.0",
|
|
"typescript": "^5.4.2",
|
|
"vitepress": "^1.3.0"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
}
|
|
}
|