catApi/package.json

18 lines
304 B
JSON
Raw Normal View History

2022-01-24 14:49:06 +00:00
{
"name": "catapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "NotAShelf",
"license": "MIT",
"dependencies": {
2022-01-24 20:48:21 +00:00
"@tycrek/log": "^0.5.9",
2022-01-24 14:49:06 +00:00
"dotenv": "^14.2.0",
"express": "^4.17.1"
}
}