-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 982 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 982 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
35
{
"name": "@aztup/luna-plugins",
"description": "Plugins for Tidal Luna",
"author": {
"name": "Aztup",
"url": "https://github.com/Aztup",
"avatarUrl": "https://avatars.githubusercontent.com/u/55710232"
},
"homepage": "https://github.com/Aztup/luna-plugins",
"repository": {
"type": "git",
"url": "https://github.com/Aztup/luna-plugins.git"
},
"type": "module",
"scripts": {
"watch": "concurrently npm:esWatch npm:serve",
"build": "rimraf ./dist && tsx esbuild.config.ts",
"esWatch": "rimraf ./dist && tsx ./esbuild.config.ts --watch",
"serve": "http-server ./dist -p 3000 -s --cors -c-1"
},
"devDependencies": {
"@inrixia/helpers": "^3.15.1",
"@types/node": "^22.15.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"concurrently": "^9.1.2",
"electron": "^36.1.0",
"http-server": "^14.1.1",
"luna": "github:inrixia/TidaLuna#98b7912",
"oby": "^15.1.2",
"rimraf": "^6.0.1",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
}
}