29 lines
593 B
JSON
29 lines
593 B
JSON
{
|
|
"name": "violet",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "NotNite",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/bunyan": "^1.8.8",
|
|
"@types/node": "^18.7.10",
|
|
"prisma": "^4.2.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^4.2.1",
|
|
"eris": "^0.17.1",
|
|
"parse-duration": "^1.0.2",
|
|
"pino": "^8.4.2",
|
|
"pino-pretty": "^9.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "prisma generate && tsc"
|
|
}
|
|
}
|