UNPKG

@rbxts/profile-store

Version:

roblox-ts bindings for loleris's ProfileStore

48 lines (47 loc) 1.19 kB
{ "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" } }