-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 833 Bytes
/
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": "socialfm",
"version": "1.1.0",
"description": "A simple Last.fm tool to post your most listened to the fediverse.",
"repository": {
"type": "git",
"url": "git://github.com/pedrocx486/socialfm.git"
},
"main": "index.js",
"type": "module",
"scripts": {
"start": "npm run build && node ./build/index.js",
"build": "npx tsc --project ./"
},
"keywords": [
"tweeklyfm",
"lastfm",
"most listened",
"mastodon",
"last fm",
"pleroma",
"misskey"
],
"author": "pedrocx486",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"luxon": "^3.4.4",
"megalodon": "~10.0.0",
"misskey-js": "^2024.3.1"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}