mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"name": "gitako-server",
|
|
"version": "0.1.0",
|
|
"main": "api/index.ts",
|
|
"author": "EnixCoda",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@now/node": "^1.5.0",
|
|
"@types/node-fetch": "^2.5.5",
|
|
"node-fetch": "^2.6.7",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|