forked from littensy/ripple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1021 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
42
43
44
45
46
47
{
"name": "@rbxts/ripple",
"version": "0.9.0",
"description": "A motion library for Roblox",
"main": "src/init.lua",
"scripts": {
"test": "sh scripts/test.sh",
"analyze": "sh scripts/analyze.sh"
},
"keywords": [
"roblox",
"motion",
"animation",
"rbxts"
],
"author": "littensy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/littensy/ripple.git"
},
"bugs": {
"url": "https://github.com/littensy/ripple/issues"
},
"types": "src/index.d.ts",
"files": [
"src",
"!**/*.tsbuildinfo",
"!**/*.spec.luau"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "2.3.0-types.1",
"@rbxts/types": "^1.0.789",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^2.8.8",
"roblox-ts": "^2.3.0",
"typescript": "^5.5.3"
}
}