-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.18 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
41
42
43
44
{
"name": "@invisiblewater/menuprompt",
"version": "2.0.0",
"description": "Base of a system for displaying menu prompts in Roblox games.",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"keywords": [
"Roblox",
"Nevermore",
"Luau",
"menuprompt"
],
"author": "InvisibleWater",
"license": "MIT",
"homepage": "https:/github.com/InvisibleWater/MenuPrompt#readme",
"bugs": {
"url": "https://github.com/InvisibleWater/MenuPrompt/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InvisibleWater/MenuPrompt.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/InvisibleWater"
},
"type": "module",
"dependencies": {
"@quenty/basicpane": "^13.31.1",
"@quenty/blend": "^12.36.1",
"@quenty/gamescalingutils": "^13.36.1",
"@quenty/genericscreenguiprovider": "^13.39.1",
"@quenty/loader": "^10.11.0",
"@quenty/maid": "^3.9.0",
"@quenty/promise": "^10.18.1",
"@quenty/promptqueue": "^1.37.1",
"@quenty/rx": "^13.28.3",
"@quenty/servicebag": "^11.18.1",
"@quenty/transitionmodel": "^7.38.1",
"@quenty/valueobject": "^13.31.1"
}
}