nlw-api/package.json

20 lines
376 B
JSON

{
"name": "nlw-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"express": "^4.18.2",
"google-spreadsheet": "^4.1.1",
"p-queue": "^8.0.1",
"undici": "^6.6.2"
}
}