mirror of
https://github.com/SrIzan10/prox2-discord.git
synced 2026-06-06 01:06:57 +00:00
34 lines
780 B
JSON
34 lines
780 B
JSON
{
|
|
"name": "ts-example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "sern build",
|
|
"start": "bunx prisma migrate deploy && bun run .",
|
|
"install": "sern build",
|
|
"commands:publish": "sern commands publish",
|
|
"dev": "sern build -w --watch-command \"bun start\""
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"dependencies": {
|
|
"@prisma/client": "^6.16.2",
|
|
"@sern/handler": "^4.0.0",
|
|
"@sern/publisher": "^1.1.1",
|
|
"discord.js": "latest",
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@sern/cli": "^1.4.0",
|
|
"@types/bun": "^1.2.22",
|
|
"@types/node": "^17.0.25",
|
|
"prisma": "^6.16.2",
|
|
"typescript": "^5.0"
|
|
},
|
|
"type": "module"
|
|
} |