45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "aconit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rbxtsc",
|
|
"watch": "rbxtsc -w",
|
|
"lint": "eslint",
|
|
"production": "darklua minify out out"
|
|
},
|
|
"keywords": [],
|
|
"author": "Aconit team",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.37.0",
|
|
"@rbxts/compiler-types": "^3.0.0-types.0",
|
|
"@rbxts/services": "^1.5.5",
|
|
"@rbxts/signal": "^1.1.1",
|
|
"@rbxts/t": "^3.2.1",
|
|
"@rbxts/types": "^1.0.882",
|
|
"@typescript-eslint/eslint-plugin": "^8.44.0",
|
|
"@typescript-eslint/parser": "^8.44.0",
|
|
"eslint": "^9.36.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-roblox-ts": "^1.2.1",
|
|
"prettier": "^3.6.2",
|
|
"rbxts-transformer-flamework": "^1.3.2",
|
|
"rbxts-transformer-instances": "^1.0.1",
|
|
"rbxts-transformer-services": "^1.1.1",
|
|
"rbxts-transformer-t-new-new": "^0.2.0",
|
|
"roblox-ts": "^3.0.0",
|
|
"typescript": "~5.5.3"
|
|
},
|
|
"dependencies": {
|
|
"@flamework/components": "^1.3.2",
|
|
"@flamework/core": "^1.3.2",
|
|
"@flamework/networking": "^1.3.2",
|
|
"@rbxts/fusion-0.3-temp": "^0.7.2",
|
|
"@rbxts/object-utils": "^1.0.4"
|
|
}
|
|
} |