-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 747 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 747 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
32
33
34
{
"name": "everflow",
"version": "0.0.1",
"description": "Full-featured affiliate marketing & partner management platform",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"keywords": [
"affiliate-marketing",
"partner-management",
"performance-marketing",
"tracking",
"attribution",
"postback",
"smartlink"
],
"author": "crshdn",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.10.0",
"connect-sqlite3": "^0.9.15",
"express": "^4.21.2",
"express-session": "^1.18.1",
"nodemailer": "^8.0.1",
"qrcode": "^1.5.4",
"uuid": "^11.1.0"
}
}