mirror of
https://github.com/Mestima/GM-Discord.git
synced 2025-05-06 06:10:13 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
605 B
JSON
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.1",
|
|
"node-fetch": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.7",
|
|
"@types/node": "^14.6.0",
|
|
"typescript": "^4.0.2"
|
|
}
|
|
}
|