-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 793 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "@rbxts/light",
"version": "0.1.0",
"description": "---",
"main": "src/init.luau",
"author": "@rbxts",
"license": "MIT",
"module": "commonjs",
"repository": "https://github.com/hardlyardi/light",
"homepage": "https://light.ardi.gg/",
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.761",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"eslint": "9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
},
"types": "src/index.d.ts",
"files": [
"src"
]
}