1 | {
|
2 | "name": "@rbxts/types",
|
3 | "version": "1.0.813",
|
4 | "publishConfig": {
|
5 | "access": "public"
|
6 | },
|
7 | "description": "TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.",
|
8 | "scripts": {},
|
9 | "main": "include/roblox.d.ts",
|
10 | "types": "include/roblox.d.ts",
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "git+https://github.com/roblox-ts/types.git"
|
14 | },
|
15 | "author": "roblox-ts",
|
16 | "license": "MIT",
|
17 | "bugs": {
|
18 | "url": "https://github.com/roblox-ts/types/issues"
|
19 | },
|
20 | "homepage": "https://github.com/roblox-ts/types#readme",
|
21 | "dependencies": {},
|
22 | "keywords": [
|
23 | "types",
|
24 | "Roblox",
|
25 | "typescript"
|
26 | ]
|
27 | }
|