mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
26 lines
656 B
JSON
26 lines
656 B
JSON
{
|
|
"name": "@meowarex/TidalLuna-Plugins",
|
|
"description": "A Collection of Plugins for TidalLuna",
|
|
"type": "module",
|
|
"scripts": {
|
|
"watch": "concurrently \"pnpm:build --watch\" pnpm:serve",
|
|
"build": "rimraf ./dist && tsx esbuild.config.ts",
|
|
"serve": "http-server ./dist -p 3000 -s --cors -c-1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.29",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.5",
|
|
"concurrently": "^9.1.2",
|
|
"http-server": "^14.1.1",
|
|
"luna": "github:Inrixia/TidaLuna#81369c7",
|
|
"oby": "^15.1.2",
|
|
"rimraf": "^6.0.1",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"pnpm": "^10.14.0"
|
|
}
|
|
}
|