-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 832 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 832 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": "myplaying",
"version": "1.1.0",
"description": "Personal widgets and tools for now playing information",
"main": "index.ts",
"scripts": {
"dev": "bun run --watch index.ts",
"start": "bun run index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/busybox11/MyPlaying.git"
},
"author": "busybox11",
"license": "ISC",
"bugs": {
"url": "https://github.com/busybox11/MyPlaying/issues"
},
"homepage": "https://github.com/busybox11/MyPlaying#readme",
"dependencies": {
"@musicorum/lastfm": "^0.3.2",
"@wll8/express-ws": "^1.0.3",
"dotenv": "^16.0.1",
"ejs": "^3.1.9",
"express": "^4.18.1"
},
"devDependencies": {
"@types/websocket": "^1.0.10",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}