-
-
Notifications
You must be signed in to change notification settings - Fork 142
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.92 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.92 KB
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
{
"name": "@quenty/nevermore",
"private": true,
"packageManager": "pnpm@10.27.0",
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git"
},
"devDependencies": {
"@auto-it/all-contributors": "^v11.3.6",
"@auto-it/conventional-commits": "^v11.3.6",
"@auto-it/first-time-contributor": "^v11.3.6",
"@auto-it/npm": "^v11.3.6",
"@auto-it/released": "^v11.3.6",
"auto": "^v11.3.6",
"lerna": "^9.0.3",
"moonwave": "^1.3.0",
"pnpm": "^10.27.0"
},
"scripts": {
"build:link": "pnpm install",
"build:sourcemap": "rojo sourcemap default.project.json --output sourcemap.json --absolute && npx @quenty/nevermore-cli tools strip-sourcemap-jest",
"format": "stylua --config-path=stylua.toml src games plugins",
"lint:luau": "luau-lsp analyze --sourcemap=sourcemap.json --base-luaurc=.luaurc --defs=globalTypes.d.lua --flag:LuauSolverV2=false --ignore=**/node_modules/** --ignore=**/*.story.lua --ignore=**/*.client.lua --ignore=**/*.server.lua src",
"lint:moonwave": "npx lerna exec --parallel -- moonwave-extractor extract src",
"lint:selene": "npx lerna exec --parallel -- selene --no-summary --num-threads=1 --config=../../selene.toml src",
"lint:stylua": "stylua --config-path=stylua.toml --check src games plugins",
"prelint:luau": "npm run build:sourcemap && npx @quenty/nevermore-cli tools download-roblox-types",
"prelint:selene": "selene generate-roblox-std",
"test": "npx @quenty/nevermore-cli batch test",
"release": "auto shipit",
"preinstall": "npx only-allow pnpm"
},
"author": "James Onnen <rbxquenty@gmail.com>",
"auto": {
"plugins": [
[
"npm",
{
"forcePublish": false
}
],
[
"conventional-commits",
{
"defaultReleaseType": "patch"
}
],
"all-contributors",
"first-time-contributor",
"released"
]
}
}