-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "crosswalk-channels",
"version": "0.1.3",
"description": "A crosswalk shared module to send data to clients",
"license": "MIT",
"author": "jeparlefrancais <[email protected]>",
"homepage": "https://github.com/seaofvoices/crosswalk-channels#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/seaofvoices/crosswalk-channels.git"
},
"keywords": [
"luau",
"roblox",
"crosswalk"
],
"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",
"test:roblox": "sh ./scripts/roblox-test.sh",
"verify-pack": "yarn pack --dry-run"
},
"dependencies": {
"luau-signal": "^0.1.0",
"luau-teardown": "^0.1.4"
},
"devDependencies": {
"@jsdotlua/jest": "^3.6.1-rc.2",
"@jsdotlua/jest-globals": "^3.6.1-rc.2",
"npmluau": "^0.1.1"
},
"packageManager": "[email protected]"
}