Files
enstrayedapi/package.json
2024-03-27 16:47:45 -07:00

23 lines
509 B
JSON

{
"dependencies": {
"express": "^4.18.2"
},
"name": "api",
"version": "1.0.0",
"description": "api.enstrayed.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enstrayed/enstrayedapi.git"
},
"author": "enstrayed",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/enstrayed/enstrayedapi/issues"
},
"homepage": "https://api.enstrayed.com"
}