-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.49 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.49 KB
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
39
40
41
42
43
44
45
46
{
"name": "ember-release-reminder",
"version": "1.0.0",
"@authmaker/generator-express:version": "3.2.6",
"scripts": {
"deploy-dev-commands": "NODE_ENV=development DISCORD_CLIENT_ID=1014542759220215888 node deploy-commands.js",
"deploy-prod-commands": "NODE_ENV=production DISCORD_CLIENT_ID=519243998380949505 node deploy-commands.js",
"start": "NODE_ENV=production node app.js",
"start-watch": "NODE_ENV=development pm2-runtime -s start app.js --name ember-release-bot --watch",
"test": "NODE_ENV=test TZ=UTC mocha --recursive --reporter spec",
"test-watch": "pnpm run test -- -w --reporter min",
"lint": "eslint ."
},
"dependencies": {
"@discordjs/rest": "^1.1.0",
"@keyv/postgres": "^1.3.0",
"@keyv/sqlite": "^3.5.3",
"cron": "^1.8.2",
"discord.js": "^14.3.0",
"express": "^4.17.3",
"keyv": "^4.4.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"nconf": "^0.11.4",
"require-directory": "^2.1.1",
"winston": "^3.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"mocha": "^10.2.0",
"pm2": "^5.2.0",
"timekeeper": "^2.0.0"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"pnpm": {
"onlyBuiltDependencies": [
"sqlite3"
]
}
}