23 lines
479 B
JSON
23 lines
479 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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.0.12",
|
|
"@types/node": "^20.12.3"
|
|
}
|
|
}
|