-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.16 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
45
46
47
{
"name": "@rbxts/profile-store",
"version": "1.0.3",
"main": "src/init.lua",
"types": "src/index.d.ts",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"profilestore",
"roblox-ts",
"loleris",
"datastore"
],
"author": "quamatic",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Quamatic/rbxts-profile-store.git"
},
"bugs": {
"url": "https://github.com/Quamatic/rbxts-profile-store/issues"
},
"homepage": "https://github.com/Quamatic/rbxts-profile-store",
"description": "roblox-ts bindings for loleris's ProfileStore",
"files": [
"src"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.813",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.3.3",
"roblox-ts": "^3.0.0",
"typescript": "^5.6.3"
}
}