33 lines
780 B
JSON
33 lines
780 B
JSON
{
|
|
"name": "mercury",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "",
|
|
"keywords": [],
|
|
"author": "sam <sam@sleepycat.moe>",
|
|
"license": "AGPL-3.0-only",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "nodemon ./src/index.ts",
|
|
"build": "tsc",
|
|
"typeorm": "typeorm-ts-node-esm",
|
|
"migrate": "typeorm-ts-node-esm migration:run -d ./src/db/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"argon2": "^0.30.3",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"pg": "^8.11.1",
|
|
"reflect-metadata": "^0.1.13",
|
|
"tslog": "^4.8.2",
|
|
"typeorm": "^0.3.17",
|
|
"ulid": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.17",
|
|
"nodemon": "^3.0.1",
|
|
"prettier": "^3.0.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "5.1.6"
|
|
}
|
|
}
|