30 lines
618 B
JSON
30 lines
618 B
JSON
{
|
|
"name": "Frankenbot Discord Instance",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "sharding.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node build/sharding.js",
|
|
"dev": "concurrently \"tsc -w\" \"nodemon build/sharding.js\""
|
|
},
|
|
"author": "Steev",
|
|
"repository": {
|
|
"type":"git",
|
|
"url": ""
|
|
},
|
|
"license": {
|
|
"type": "frankenbot-license",
|
|
"url": "https://path-to.license"
|
|
},
|
|
"dependencies": {
|
|
"-": "^0.0.1",
|
|
"@prisma/client": "^3.12.0",
|
|
"canvas": "^2.9.3",
|
|
"discord.js": "^13.6.0",
|
|
"g": "^2.0.1",
|
|
"moment": "^2.29.1",
|
|
"ms": "^2.1.3"
|
|
}
|
|
}
|