-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.3 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
49
50
51
52
53
54
{
"name": "rbxts-transformer-flamework",
"version": "1.2.3",
"description": "An opinionated game framework for Roblox.",
"main": "out/index.js",
"author": "Fireboltofdeath",
"license": "MIT",
"homepage": "https://github.com/FireTS/rbxts-transformer-flamework",
"repository": {
"type": "git",
"url": "git+https://github.com/FireTS/rbxts-transformer-flamework.git"
},
"bugs": {
"url": "https://github.com/FireTS/rbxts-transformer-flamework/issues"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prepare": "tsc"
},
"dependencies": {
"@roblox-ts/rojo-resolver": "^1.0.2",
"ajv": "^8.6.3",
"chalk": "^4.1.2",
"fs-extra": "^10.0.0",
"glob": "9.3",
"hashids": "^2.2.8",
"normalize-package-data": "^3.0.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.1",
"@types/normalize-package-data": "^2.4.1",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"ts-expose-internals": "^5.2.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"typescript": "*"
},
"files": [
"out",
"index.d.ts",
"rojo-schema.json",
"flamework-schema.json"
]
}