forked from jehna/mastofeeder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 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
{
"name": "rss-activitypub-proxy",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/express": "^4.17.17",
"@types/jsdom": "^21.1.2",
"@types/node-fetch": "^2.6.4",
"@types/uuid": "^9.0.2",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"io-ts": "^2.2.20",
"jsdom": "^22.1.0",
"node-fetch": "2",
"sql-template-strings": "^2.2.2",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
"typera-express": "^2.4.4",
"typescript": "^5.1.6",
"uuid": "^9.0.0",
"xml-js": "^1.6.11"
},
"scripts": {
"start": "node build/index.js",
"build": "tsc",
"dev": "ts-node src/index.ts",
"postinstall": "./update-domains-list.sh"
}
}