-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.16 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
{
"name": "@rbxts/fable",
"version": "0.9.8",
"description": "An easy to use story (game) creator for Roblox. Made in roblox-ts.",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc --type=game -p ./example --rojo ./example/default.project.json && rojo build -o fable-example.rbxl ./example/default.project.json",
"serve": "rbxtsc -w --type=game -p ./example --rojo ./example/default.project.json & rojo serve ./example/default.project.json"
},
"keywords": [],
"author": "strawberrys",
"repository": {
"type": "git",
"url": "git+https://github.com/strawbberrys/fable.git"
},
"license": "MIT",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.1.1-types.0",
"@rbxts/types": "^1.0.728",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.0.3",
"typedoc": "^0.25.3",
"typescript": "^5.2"
}
}