forked from roblox-ts/types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.74 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
{
"name": "@rbxts/types",
"version": "1.0.81",
"publishConfig": {
"access": "public"
},
"description": "TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.",
"scripts": {
"download-content": "wget -q -O devhub-scraper.zip https://github.com/roblox-ts/devhub-scraper/archive/master.zip",
"unzip-content": "unzip -q -o devhub-scraper.zip",
"fetch-content": "npm run download-content && npm run unzip-content",
"build": "npm run fetch-content && tsc && node out/index.js",
"eslint-src": "npx eslint \"src/**/*.ts\" --max-warnings 0",
"eslint-include": "npx eslint \"include/*.ts\" --max-warnings 0",
"eslint": "npm run eslint-src && npm run eslint-include"
},
"main": "include/roblox.d.ts",
"types": "include/roblox.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/roblox-ts/types.git"
},
"author": "roblox-ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/roblox-ts/types/issues"
},
"homepage": "https://github.com/roblox-ts/types#readme",
"devDependencies": {
"@rbxts/compiler-types": "^1.0.0-beta.13.1",
"@types/fs-extra": "^9.0.1",
"@types/jsdom": "^16.2.4",
"@types/libxmljs": "^0.18.6",
"@types/node": "^14.11.2",
"@types/node-fetch": "^2.5.7",
"@types/showdown": "^1.9.3",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"axios": "^0.21.0",
"breakdance": "^3.0.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.1.4",
"fs-extra": "^9.0.1",
"libxmljs": "^0.19.7",
"node-fetch": "^2.6.1",
"prettier": "^2.1.2",
"ts-morph": "^9.0.0",
"typescript": "^4.0.3"
},
"dependencies": {},
"keywords": [
"types",
"Roblox",
"typescript"
]
}