-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "@rbxts/http-queue",
"version": "1.1.6",
"description": "A small library to queue requests for your different external services",
"main": "lib/init.lua",
"repository": {
"type": "git",
"url": "git+https://github.com/ddavness/roblox-http-queue.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ddavness/roblox-http-queue/issues"
},
"homepage": "https://github.com/ddavness/roblox-http-queue#readme",
"publishConfig": {
"access": "public"
},
"types": "types.d.ts",
"dependencies": {
"@rbxts/t": "^3.0.0"
},
"devDependencies": {
"@rbxts/types": "^1.0.573",
"@rbxts/compiler-types": "1.3.3-types.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"prettier": "^2.6.2"
},
"files": [
"lib",
"types.d.ts",
"README.md",
"LICENSE.md"
]
}