mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
init repo shiz
This commit is contained in:
parent
3c8e2ac418
commit
430d69dfe4
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# NodeJS stuff
|
||||
node_modules/
|
||||
package-lock.json
|
||||
.ncurc.json
|
||||
# Bot stuff
|
||||
database/
|
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user