mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
27 lines
493 B
JSON
27 lines
493 B
JSON
{
|
|
"name": "daggerbot-ts",
|
|
"version": "1.0.0",
|
|
"description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git"
|
|
},
|
|
"author": "Toast",
|
|
"license": "ISC",
|
|
"os": [
|
|
"!darwin",
|
|
"win32",
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"!arm",
|
|
"!mips",
|
|
"!ia32"
|
|
],
|
|
"engines": {
|
|
"node": ">=17.0.0"
|
|
}
|
|
}
|