GM-Discord/web/nodejs/package.json
dependabot[bot] a5388efe40
Bump express from 4.17.1 to 4.17.3 in /web/nodejs
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [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.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 13:04:34 +00:00

26 lines
605 B
JSON

{
"name": "gm-discord-webpart",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"prebuild": "npx tslint -c tslint.json -p tsconfig.json --fix",
"build": "npx tsc",
"prestart": "npm run build",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mestima",
"license": "MIT",
"dependencies": {
"@types/node-fetch": "^2.5.7",
"express": "^4.17.3",
"node-fetch": "^3.1.1"
},
"devDependencies": {
"@types/express": "^4.17.7",
"@types/node": "^14.6.0",
"typescript": "^4.0.2"
}
}