forked from SamyBlue/Lightning-Beams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "@rbxts/lightning-beams",
"version": "1.0.0",
"description": "<div align=\"center\"> <a href=\"\"> <img src=\"https://user-images.githubusercontent.com/33347703/97248564-f9318600-17f9-11eb-83b7-238c6aa7a4e8.png\" alt=\"LightningBeams\" height=\"100\" /> </a> </div>",
"main": "src/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-games/Lightning-Beams.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/easy-games/Lightning-Beams/issues"
},
"homepage": "https://github.com/easy-games/Lightning-Beams#readme",
"types": "src/index.d.ts",
"files": [
"src"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.2.3-types.1",
"@rbxts/types": "^1.0.542",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
}
}