forked from MattIPv4/tweets-to-discord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 796 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
{
"name": "tweets-to-discord",
"version": "1.0.0",
"description": "",
"private": true,
"main": "src/index.js",
"scripts": {
"dev": "NODE_ENV=development wrangler dev",
"publish:production": "NODE_ENV=production wrangler publish -e production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MattIPv4/tweets-to-discord.git"
},
"author": "Matt (IPv4) Cowley",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MattIPv4/tweets-to-discord/issues"
},
"homepage": "https://github.com/MattIPv4/tweets-to-discord#readme",
"dependencies": {
"html-entities": "^2.3.2",
"workers-sentry": "^0.0.6"
},
"devDependencies": {
"@cloudflare/wrangler": "^1.19.7",
"dotenv": "^10.0.0",
"webpack": "^4.46.0"
}
}