incestbrainz/package.json
2024-10-17 22:51:58 +00:00

17 lines
354 B
JSON

{
"name": "incestbrainz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"main": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/main.ts"
},
"keywords": [],
"author": "",
"type": "module",
"license": "MIT",
"dependencies": {
"discord.js": "^14.16.3",
"ts-node": "^10.9.2"
}
}