-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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
{
"name": "@rbxts/crochet",
"version": "1.1.5",
"description": "Crochet is a framework for Roblox games using roblox-ts.",
"repository": {
"type": "git",
"url": "git+https://github.com/TheNickmaster21/crochet.git"
},
"author": "TheNickmaster21",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheNickmaster21/crochet/issues"
},
"homepage": "https://github.com/TheNickmaster21/crochet#readme",
"publishConfig": {
"access": "public"
},
"main": "out/init.lua",
"types": "out/index.d.ts",
"devDependencies": {
"@rbxts/compiler-types": "2.1.0-types.1",
"@rbxts/types": "1.0.703",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-roblox-ts": "0.0.35",
"prettier": "2.8.8",
"roblox-ts": "2.1.0",
"typescript": "4.9.4"
},
"dependencies": {
"@rbxts/object-utils": "1.0.4"
},
"scripts": {
"prepack": "rbxtsc",
"lint": "eslint src"
}
}