npm i express cors node-fetch
This commit is contained in:
parent
53f5a2a16c
commit
bf6117d4f4
2 changed files with 1186 additions and 1 deletions
1180
package-lock.json
generated
Normal file
1180
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15,5 +15,10 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ElnuDev/image-api/issues"
|
"url": "https://github.com/ElnuDev/image-api/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ElnuDev/image-api#readme"
|
"homepage": "https://github.com/ElnuDev/image-api#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"cors": "^2.8.5",
|
||||||
|
"express": "^4.18.1",
|
||||||
|
"node-fetch": "^3.2.10"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue