60 lines
1.4 KiB
JSON

{
"name": "a2p-autopilot",
"version": "1.0.0",
"description": "Fully automated A2P brand + campaign registration system for Twilio",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"db:generate": "drizzle-kit generate:pg",
"db:migrate": "tsx src/db/migrate.ts",
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push:pg",
"lint": "eslint src/**/*.ts",
"typecheck": "tsc --noEmit"
},
"keywords": [
"twilio",
"a2p",
"10dlc",
"sms",
"campaign",
"automation"
],
"author": "",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"bullmq": "^5.13.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"express": "^4.19.2",
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"ioredis": "^5.4.1",
"nanoid": "^5.0.7",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"postgres": "^3.4.4",
"twilio": "^5.3.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/handlebars": "^4.1.0",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"drizzle-kit": "^0.24.2",
"eslint": "^9.10.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18.0.0"
}
}