-
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) · 997 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 997 Bytes
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/promptifier",
"version": "0.3.1",
"description": "This is a package designed to ease the use of prompt-like UI structures prompting users based on a choice or just a notification that could be acknowledged.",
"main": "out/init.lua",
"scripts": {
"prepublishOnly": "rbxtsc"
},
"keywords": [
"roblox-ts",
"rbxtsc",
"roblox"
],
"author": "dev-syn",
"license": "MIT",
"types": "out/index.d.ts",
"files": [
"out",
"!out/types",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.2.0-types.0",
"@rbxts/types": "^1.0.737",
"roblox-ts": "^2.2.0",
"typedoc": "^0.25.7",
"typedoc-material-theme": "^1.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@rbxts/beacon": "^2.1.1",
"@rbxts/services": "^1.5.1",
"@rbxts/t": "^3.1.1"
},
"repository": "https://github.com/dev-syn/rbxts-promptifier.git",
"private": false
}