forked from Roblox/react-testing-library-lua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "@jsdotlua/react-testing-library",
"version": "12.2.1-rc.1",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdotlua/react-testing-library-lua.git"
},
"contributors": [
{
"name": "Ignacio Falk",
"email": "[email protected]"
},
{
"name": "Allan Jeremy",
"email": "[email protected]"
}
],
"license": "MIT",
"main": "src/init.lua",
"scripts": {
"build": "sh ./scripts/build.sh",
"clean": "rm -rf node_modules build temp",
"format": "stylua .",
"lint": "sh ./scripts/analyze.sh && selene src",
"lint:luau": "sh ./scripts/analyze.sh",
"lint:selene": "selene src",
"prepare": "npmluau",
"style-check": "stylua --check src",
"test:roblox": "sh ./scripts/roblox-test.sh",
"verify-pack": "yarn pack --dry-run"
},
"dependencies": {
"@jsdotlua/dom-testing-library": "^8.14.2-rc.1",
"@jsdotlua/jest-globals": "^3.6.1-rc.2",
"@jsdotlua/luau-polyfill": "^1.2.6",
"@jsdotlua/promise": "^3.5.0",
"@jsdotlua/react": "^17.1.0",
"@jsdotlua/react-roblox": "^17.1.0",
"@jsdotlua/scheduler": "^17.1.0",
"@jsdotlua/shared": "^17.1.0"
},
"devDependencies": {
"@jsdotlua/jest": "^3.6.1-rc.2",
"luau-regexp": "^0.2.1",
"npmluau": "^0.1.1"
},
"packageManager": "[email protected]"
}