-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 905 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 905 Bytes
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
{
"name": "fish-commands",
"version": "1.0.0",
"description": "A custom commands plugin for >|||>Fish Mindustry servers. Created by Brandons404, rewritten by BalaM314.",
"main": "scripts/main.js",
"private": "true",
"scripts": {
"attach": "node scripts/attach.js",
"watch": "tsc --watch",
"build": "tsc -p tsconfig.json",
"lint": "eslint",
"lint:fix": "eslint --fix",
"dev": "node scripts/dev.js",
"test": "tsc -p tsconfig.json && node scripts/remap-imports.js && tsc -p spec && jasmine"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@eslint/js": "^9.39.2",
"@octokit/rest": "^22.0.1",
"@types/jasmine": "^5.1.13",
"@types/node": "^22.10.9",
"esbuild": "^0.27.0",
"eslint": "^9.39.2",
"jasmine": "^5.13.0",
"jiti": "^2.6.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1"
},
"resolutions": {
"glob": "12.0.0"
}
}