This commit is contained in:
2022-03-29 22:31:38 -05:00
commit 9520847cc9
14 changed files with 652 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "discordslash",
"description": "",
"version": "1.0.0",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"devDependencies": {},
"scripts": {
"build": "tsc",
"buildexamples": "node buildexample.js",
"_prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git@git.zomo.dev:zomo/discordslash.git"
},
"author": "ashley zomo",
"license": "ISC",
"dependencies": {
"discord.js": "^13.6.0",
"typescript": "^4.6.3"
}
}