Files
enstrayedapi/package.json
2024-09-22 14:04:15 -07:00

24 lines
499 B
JSON

{
"dependencies": {
"express": "^4.18.2"
},
"name": "enstrayedapi",
"version": "1.0.0",
"description": "EnstrayedAPI",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/enstrayed/enstrayedapi.git"
},
"author": "enstrayed",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/enstrayed/enstrayedapi/issues"
},
"type": "module",
"devDependencies": {
"@types/bun": "^1.0.12",
"@types/node": "^20.12.3"
}
}