31 lines
909 B
JSON
31 lines
909 B
JSON
{
|
|
"name": "frame",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "yarn build && node --inspect ./build/bin/www",
|
|
"typescript": "tsc && cp -R ./src/views ./build/ && cp -R ./src/public ./build/ && cp ./src/migrationJobs/*.sql ./build/migrationJobs/",
|
|
"build": "yarn typescript",
|
|
"dist": "yarn build && cp -R ./build ./dist/ && cp -R ./node_modules ./dist/"
|
|
},
|
|
"dependencies": {
|
|
"@bergx/bergx-sdk": "^1.0.1",
|
|
"@types/node": "^14.0.13",
|
|
"cookie-parser": "~1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"dotenv": "^8.2.0",
|
|
"ejs": "~2.6.1",
|
|
"express": "~4.16.1",
|
|
"express-mysql-session": "^2.1.4",
|
|
"express-session": "^1.17.1",
|
|
"helmet": "^3.23.0",
|
|
"http-errors": "~1.6.3",
|
|
"morgan": "~1.9.1",
|
|
"passport": "^0.4.1",
|
|
"passport-oauth2": "^1.5.0",
|
|
"passport-oauth2-refresh": "^2.0.0",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|