-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "@rbxts/precomputed",
"version": "1.0.2",
"description": "Just a collection of commonly used values.",
"main": "out/init.lua",
"homepage": "https://github.com/Shambi-0/Precomputed/blob/master/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Shambi-0/Precomputed.git"
},
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"release": "np",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\""
},
"keywords": [
"Typescript",
"Lua",
"Roblox"
],
"author": "Luc Rodriguez <[email protected]> (https://github.com/Shambi-0)",
"license": "ECL-2.0",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Shambi-0/Precomputed/issues"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.1.0-types.1",
"@rbxts/types": "^1.0.708",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
}
}