This commit is contained in:
2022-03-29 22:32:58 -05:00
parent e5db43c5d2
commit 4528cba9b0
7 changed files with 6 additions and 187 deletions

View File

@@ -1,18 +1,17 @@
{
"name": "discordslash",
"name": "lang",
"description": "",
"version": "1.0.0",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"devDependencies": {},
"scripts": {
"build": "tsc",
"buildexamples": "node buildexample.js",
"_prepare": "npm run build"
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git@git.zomo.dev:zomo/discordslash.git"
"url": "git@git.zomo.dev:zomo/lang.git"
},
"author": "ashley zomo",
"license": "ISC",