This commit is contained in:
天クマ 2026-07-12 22:04:52 -03:00
commit 584abdb00e
13 changed files with 2815 additions and 0 deletions

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "pandora",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.18.1",
"dotenv": "^17.4.2",
"express": "^5.2.1"
}
}