We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3d04c commit afbd2cbCopy full SHA for afbd2cb
package.json
@@ -8,7 +8,7 @@
8
"contributors": [
9
"Waren Gonzaga <[email protected]> (https://warengonzaga.com)"
10
],
11
- "funding": [
+ "funding": [
12
{
13
"type": "github",
14
"url": "https://github.com/sponsors/wgtechlabs"
@@ -20,7 +20,7 @@
20
21
"main": "dist/app.js",
22
"scripts": {
23
- "preinstall": "only-allow yarn",
+ "preinstall": "npx only-allow yarn",
24
"build": "tsc",
25
"start": "node dist/app.js",
26
"dev": "nodemon --exec ts-node src/app.ts",
@@ -32,6 +32,8 @@
32
"dotenv": "^16.4.0",
33
"express": "^4.21.0",
34
"express-validator": "^7.2.0",
35
+ "global": "4.4.0",
36
+ "npm": "11.4.2",
37
"redis": "^4.7.0"
38
},
39
"devDependencies": {
0 commit comments