init
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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/node": "^24.6.2",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^5.1.0",
|
||||
"postgres": "^3.4.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user