@antivivi/profileservice
Version:
Roblox-ts typings for loleris's ProfileService
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "@antivivi/profileservice",
"version": "1.4.4",
"description": "Roblox-ts typings for loleris's ProfileService",
"main": "src/init.lua",
"types": "index.d.ts",
"files": [
"src/",
"index.d.ts",
"globals.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rbxtsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/OverHash/Roblox-TS-Libraries/tree/master/profileservice"
},
"keywords": [
"profileservice",
"roblox",
"roblox-typescript",
"roblox-ts",
"loleris",
"datastore"
],
"author": "OverHash",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OverHash/Roblox-TS-Libraries/issues"
},
"homepage": "https://github.com/OverHash/Roblox-TS-Libraries/blob/master/profileservice/README.md",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.846",
"roblox-ts": "^3.0.0"
}
}