-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.15 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@rbxts/layoututil",
"version": "3.0.0-rc.1",
"description": "LayoutUtil; manages aspect ratios of UILayouts.",
"keywords": [
"game",
"library",
"ui",
"roblox",
"rbxts"
],
"homepage": "https://github.com/ok-nick/LayoutUtil/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/ok-nick/LayoutUtil"
},
"types": "typings/index.d.ts",
"main": "src/init.lua",
"files": [
"src",
"typings"
],
"scripts": {
"eslint": "eslint typings/** --max-warnings 0"
},
"author": "ok-nick",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.0.0-beta.16.1",
"@rbxts/types": "^1.0.456",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-roblox-ts": "^0.0.24",
"prettier": "^2.2.1",
"typescript": "^4.2.2"
}
}