forked from Eyevinn/demand-side-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 761 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 761 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
{
"name": "eyevinn-demand-side-platform",
"version": "0.1.18",
"description": "Open Source Demand Side Platform in NodeJs by Eyevinn",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ADSERVER_URL='https://demand-side-platform.infytvcode.repl.co' DEBUG=* node server.js",
"deploy": "npm run build && vercel",
"deploy:prod": "npm run build && vercel --prod"
},
"author": "devel@eyevinn.se",
"license": "Apache-2.0",
"dependencies": {
"debug": "^4.1.1",
"moment": "^2.29.4",
"openrtb": "^3.6.1",
"restify": "^8.4.0",
"restify-errors": "^8.0.2",
"swagger-ui-restify": "^3.0.8",
"uuid": "^3.3.3"
},
"devDependencies": {
"vercel": "^28.1.0"
}
}