-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "matter-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@rbxts/matter": "^1.0.15",
"@rbxts/rust-classes": "^0.11.1",
"@rbxts/services": "^1.2.0",
"ajv": "^8.9.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.2",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"cliui": "^7.0.4",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"emoji-regex": "^8.0.0",
"escalade": "^3.1.1",
"fast-deep-equal": "^3.1.3",
"fill-range": "^7.0.1",
"fs-extra": "^10.0.0",
"function-bind": "^1.1.1",
"get-caller-file": "^2.0.5",
"glob-parent": "^5.1.2",
"graceful-fs": "^4.2.9",
"has": "^1.0.3",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.8.1",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"json-schema-traverse": "^1.0.0",
"jsonfile": "^6.1.0",
"kleur": "^4.1.4",
"lookpath": "^1.2.2",
"normalize-path": "^3.0.0",
"path-parse": "^1.0.7",
"picomatch": "^2.3.1",
"prompts": "^2.4.2",
"punycode": "^2.1.1",
"readdirp": "^3.6.0",
"require-directory": "^2.1.1",
"require-from-string": "^2.0.2",
"resolve": "^1.21.0",
"roblox-ts": "^1.2.9",
"sisteransi": "^1.0.5",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-preserve-symlinks-flag": "^1.0.0",
"to-regex-range": "^5.0.1",
"universalify": "^2.0.0",
"uri-js": "^4.4.1",
"wrap-ansi": "^7.0.0",
"y18n": "^5.0.8",
"yargs": "^17.3.1",
"yargs-parser": "^21.0.0"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.2.9-types.0",
"@rbxts/types": "^1.0.570",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-roblox-ts": "^0.0.32",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
},
"keywords": [],
"author": "",
"license": "ISC"
}