24 lines
539 B
JSON
24 lines
539 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|