Files
YoumiHaAPI/package.json
2025-10-05 19:36:21 +08:00

30 lines
585 B
JSON

{
"name": "youmiha-api",
"version": "1.0.0",
"description": "a bedrock mirrors api",
"keywords": [
"Tianpao"
],
"repository": {
"type": "git",
"url": "https://git.tianpao.top/Tianpao/YoumiHaAPI.git"
},
"license": "ISC",
"author": "Tianpao",
"type": "module",
"main": "main.js",
"scripts": {
"test": "tsc&&node dist/main.js"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/node": "^24.6.2",
"@types/pg": "^8.15.5",
"typescript": "^5.9.3"
},
"dependencies": {
"express": "^5.1.0",
"pg": "^8.16.3"
}
}