-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 994 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
36
{
"name": "@rbxts/enumerator",
"version": "1.0.7",
"description": "enumerations in pure Luau, following an api almost identical to enumerate",
"main": "out/init.lua",
"types": "out/enumerator/index.d.ts",
"author": "howmanysmall",
"scripts": {
"prepublishOnly": "rbxtsc"
},
"keywords": [
"roblox-ts",
"enum"
],
"repository": {
"type": "git",
"url": "https://github.com/howmanysmall/enumerator"
},
"homepage": "https://github.com/howmanysmall/enumerator/blob/main/README.md",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.0.0-beta.11.1",
"@rbxts/types": "^1.0.431",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-roblox-ts": "0.0.24",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
}
}