mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "lunasea-notification-service",
|
|
"version": "1.5.5",
|
|
"description": "Notification service for LunaSea",
|
|
"repository": "https://github.com/JagandeepBrar/LunaSea-Notification-Service",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "cross-env NODE_ENV=development nodemon --config nodemon.json src/index.ts",
|
|
"start:dev": "cross-env NODE_ENV=development nodemon --config nodemon.json src/index.ts | pino-pretty -c -t -l",
|
|
"build": "tsc",
|
|
"serve": "cross-env NODE_ENV=production ts-node -r dotenv/config dist/index.js",
|
|
"publish": "npm run docker:build && npm run docker:push",
|
|
"docker": "ts-node -r dotenv/config dist/index.js",
|
|
"lint": "eslint . --ext .ts",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
"prepare": "husky install"
|
|
},
|
|
"author": "Jagandeep Brar",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"@types/basic-auth": "^1.1.4",
|
|
"@types/express": "^4.17.18",
|
|
"@types/ioredis": "^4.28.10",
|
|
"@types/node": "^20.8.2",
|
|
"axios": "^1.5.1",
|
|
"basic-auth": "^2.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"firebase-admin": "^11.11.0",
|
|
"ioredis": "^5.3.2",
|
|
"node-typescript-compiler": "3.0.0",
|
|
"pino": "^8.15.4",
|
|
"ts-node": "^10.9.1",
|
|
"tslog": "^4.9.2",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
"@typescript-eslint/parser": "^6.7.4",
|
|
"eslint": "^8.50.0",
|
|
"husky": "^8.0.3",
|
|
"nodemon": "^3.0.1",
|
|
"pino-pretty": "^10.2.2",
|
|
"prettier": "2.5.1",
|
|
"pretty-quick": "^3.1.3"
|
|
}
|
|
}
|