48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "fifthgrid-browser",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"bin": "dist/bin/www",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "rimraf dist && babel src --out-dir dist --copy-files",
|
|
"pkg": "npm run build && pkg --out-path bin/ .",
|
|
"start": "npm run build && node dist/bin/www",
|
|
"start:dev": "cross-env NODE_ENV=development nodemon --exec ./node_modules/.bin/babel-node src/bin/www"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-cognito-identity": "^3.53.0",
|
|
"@aws-sdk/client-s3": "^3.53.1",
|
|
"@aws-sdk/s3-request-presigner": "^3.53.1",
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"morgan": "~1.9.1",
|
|
"pug": "3.0.2",
|
|
"request": "^2.88.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.17.6",
|
|
"@babel/core": "^7.17.5",
|
|
"@babel/node": "^7.16.8",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"cross-env": "^7.0.3",
|
|
"nodemon": "^2.0.15",
|
|
"pkg": "^5.8.1",
|
|
"rimraf": "^3.0.2",
|
|
"semgrep": "^0.0.1"
|
|
},
|
|
"pkg": {
|
|
"assets": [
|
|
"node_modules/**/*",
|
|
"dist/**/*"
|
|
],
|
|
"targets": [
|
|
"node18-linux"
|
|
]
|
|
}
|
|
}
|