onlypaws: take one

This commit is contained in:
NotAShelf 2022-01-24 17:49:06 +03:00
commit e7ed4675d2
No known key found for this signature in database
GPG key ID: 2E4615E792DA9BAA

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "catapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "NotAShelf",
"license": "MIT",
"dependencies": {
"dotenv": "^14.2.0",
"express": "^4.17.1"
}
}