/ package.json
package.json
1 { 2 "name": "@meowarex/TidalLuna-Plugins", 3 "description": "A Collection of Plugins for TidalLuna", 4 "type": "module", 5 "scripts": { 6 "watch": "concurrently \"pnpm:build --watch\" pnpm:serve", 7 "build": "rimraf ./dist && tsx esbuild.config.ts", 8 "serve": "http-server ./dist -p 3000 -s --cors -c-1" 9 }, 10 "devDependencies": { 11 "@types/node": "^22.15.29", 12 "@types/react": "^19.1.6", 13 "@types/react-dom": "^19.1.5", 14 "concurrently": "^9.1.2", 15 "http-server": "^14.1.1", 16 "luna": "github:Inrixia/TidaLuna#81369c7", 17 "oby": "^15.1.2", 18 "rimraf": "^6.0.1", 19 "tsx": "^4.19.4", 20 "typescript": "^5.8.3" 21 } 22 }