mirror of
https://github.com/NotAShelf/catApi.git
synced 2024-11-01 15:01:13 +00:00
18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"name": "catapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "NotAShelf",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tycrek/log": "^0.5.9",
|
|
"dotenv": "^14.2.0",
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|