init
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user