-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1018 Bytes
/
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/motion",
"version": "0.0.1d",
"author": "yayashn",
"description": "",
"main": "out/init.lua",
"repository": "https://github.com/yayashn/motion",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "pnpm run build"
},
"keywords": [],
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "2.0.4-types.1",
"@rbxts/types": "^1.0.675",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
},
"dependencies": {
"@rbxts/object-utils": "^1.0.4",
"@rbxts/roact": "1.4.4-ts.0",
"@rbxts/roact-hooked": "^2.3.3",
"@rbxts/services": "^1.5.1"
}
}