-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "@bazir/remote",
"version": "1.0.4",
"description": "",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"homepage": "https://github.com/BazirGames/Remote",
"repository": {
"type": "git",
"url": "git+https://github.com/BazirGames/Remote.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo",
"!**/*.spec.ts"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.3.3-types.0",
"@rbxts/testez": "^0.3.1-ts.7",
"@rbxts/types": "^1.0.571",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"prettier": "^2.6.1",
"typescript": "^4.6.3"
},
"dependencies": {
"@bazir/remote": "^1.0.0-beta.14",
"@rbxts/janitor": "^1.14.1-ts.0"
}
}