-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1014 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
40
41
{
"name": "flamework-lsp",
"version": "0.1.2",
"description": "A Language Service plugin to improve the editing experience of Flamework.",
"main": "index.js",
"author": "Fireboltofdeath <fireboltofpublic@gmail.com> (https://github.com/Fireboltofdeath)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rbxts-flamework/lsp"
},
"scripts": {
"build": "tsc",
"prepare": "tsc"
},
"directories": {},
"devDependencies": {
"@types/fs-extra": "^9.0.4",
"@types/node": "^14.14.9",
"@types/prettier": "^2.4.2",
"@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.5.1",
"ts-expose-internals": "^4.8.2",
"typescript": "^4.8.2"
},
"dependencies": {
"ajv": "^6.12.6",
"fs-extra": "^9.0.1",
"js-convert-case": "^4.2.0",
"zod": "^1.11.11"
},
"files": [
"plugin",
"index.js",
"rojo-schema.json"
]
}