-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 996 Bytes
/
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
{
"name": "roblox-ts-extensions",
"version": "1.8.1",
"description": "A Language Service plugin to emphasize the client/server network boundary when using roblox-ts.",
"main": "index.js",
"author": "Fireboltofdeath <[email protected]> (https://github.com/Fireboltofdeath)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/roblox-ts/roblox-ts-extensions.git"
},
"scripts": {
"build": "tsc",
"prepare": "tsc"
},
"directories": {},
"devDependencies": {
"@types/fs-extra": "^9.0.4",
"@types/node": "^14.14.9",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"ts-expose-internals": "^5.5.3",
"typescript": "^5.5.3"
},
"dependencies": {
"ajv": "^6.12.6",
"fs-extra": "^9.0.1",
"zod": "^1.11.11"
},
"files": [
"plugin",
"index.js",
"rojo-schema.json"
]
}