18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"name": "node",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"nanoid": "^5.0.6",
|
|
"request": "^2.88.2"
|
|
}
|
|
}
|