d4680dbbd8
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.7.0 to 6.11.0 - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0) Updates `express` from 4.17.1 to 4.18.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2) --- updated-dependencies: - dependency-name: qs dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "striker-ui-api",
|
|
"version": "0.1.0",
|
|
"description": "API for striker-ui",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"eslint:base": "eslint --ext js,ts --max-warnings=0",
|
|
"lint": "npm run eslint:base -- . && npm run prettier:base -- --check",
|
|
"lint:fix": "npm run eslint:base -- --fix . && npm run prettier:base -- --write",
|
|
"prettier:base": "prettier '**/*.{js,json,md,ts}'",
|
|
"start": "npm run build && node out/index.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"multer": "^1.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.8",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@types/multer": "^1.4.7",
|
|
"@types/node": "^17.0.22",
|
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
|
"@typescript-eslint/parser": "^5.16.0",
|
|
"babel-loader": "^8.2.3",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"prettier": "^2.5.0",
|
|
"typescript": "^4.6.2",
|
|
"webpack": "^5.70.0",
|
|
"webpack-cli": "^4.9.2"
|
|
}
|
|
}
|