forked from easy-games/chickynoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 809 Bytes
/
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
{
"name": "@rbxts/chickynoid",
"version": "1.0.5",
"main": "src",
"types": "types/index.d.ts",
"author": "Brooke <brooke@gril.me>",
"license": "MT",
"homepage": "https://easy-games.github.io/chickynoid",
"repository": {
"type": "git",
"url": "https://github.com/easy-games/chickynoid"
},
"files": [
"src",
"Types"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.3.3-types.1",
"@rbxts/types": "^1.0.588",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"prettier": "^2.4.1",
"roblox-ts": "^1.3.3"
},
"dependencies": {
"@rbxts/signal": "^1.0.3"
}
}