generated from nhcarrigan/template
2c19f8f5de
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m25s
27 lines
564 B
JSON
27 lines
564 B
JSON
{
|
|
"name": "sakura",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "op run --env-file=prod.env -- node prod/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.15.0",
|
|
"devDependencies": {
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
"@types/node": "24.3.0",
|
|
"tsx": "4.21.0",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@nhcarrigan/logger": "1.0.0",
|
|
"discord.js": "14.22.1",
|
|
"fastify": "5.5.0"
|
|
}
|
|
}
|