Files
vinci/package.json

42 lines
939 B
JSON

{
"name": "ts-example",
"version": "1.0.0",
"private": true,
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "sern build",
"start": "bun run .",
"install": "sern build",
"commands:publish": "sern commands publish",
"dev": "sern build -w --watch-command \"bun start\"",
"db:mongo": "bun run src/utils/db/migrateMongo.ts"
},
"keywords": [
"typescript",
"sern",
"discord.js"
],
"dependencies": {
"@napi-rs/canvas": "^0.1.72",
"@prisma/client": "^6.10.1",
"@sern/handler": "^4.0.0",
"@sern/publisher": "1.1.2",
"discord.js": "^14.21.0",
"dotenv": "^16.3.1",
"mongodb": "^6.17.0",
"node-html-parser": "^7.0.1",
"rockpaperscissors-checker": "^1.2.0",
"sharp": "^0.34.2"
},
"devDependencies": {
"@sern/cli": "^1.4.0",
"@types/bun": "^1.2.18",
"@types/mongodb": "^4.0.7",
"@types/node": "^17.0.25",
"prisma": "^6.10.1",
"typescript": "^5.0"
},
"type": "module"
}