-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "@palmdevs/revenge-plugins",
"private": true,
"author": "PalmDevs (https://github.com/PalmDevs)",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/PalmDevs/revenge-plugins",
"scripts": {
"build": "bun scripts/build.ts",
"build:dev": "bun scripts/build.ts --dev",
"watch": "conc -p \"[{name}]\" -n \"BUILD,SERVE\" -c \"cyanBright,gray\" \"nodemon -e jsx,tsx,js,ts,mjs,mts,json --ignore dist/ --exec bun run build:dev\" \"http-server dist --port 7256\"",
"lint": "biome check",
"lint:apply": "biome check --apply",
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@revenge-mod/revenge": "github:revenge-mod/revenge",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc/core": "^1.5.3",
"@swc/helpers": "^0.5.11",
"fuzzysort": "^2.0.4",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"vendetta-types": "^2.4.21"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/bun": "^1.1.10",
"concurrently": "^9.0.1",
"nodemon": "^3.1.7",
"react-native-svg": "^15.0.0",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
"trustedDependencies": ["@biomejs/biome", "@swc/core", "esbuild"]
}