reformatted to use my template

This commit is contained in:
2022-03-31 15:04:54 -05:00
parent a9ea7bf8d5
commit 7bac005fe7
32 changed files with 8222 additions and 783 deletions

View File

@@ -4,13 +4,51 @@
"type": "git",
"url": "git@git.zomo.dev:zomo/IKEA-Canada-Support.git"
},
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"build": "node ./build.mjs -bs",
"start": "node .",
"watch": "npm-watch",
"dev": "npm-watch",
"getname": "echo $npm_package_name"
},
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "ts",
"legacyWatch": true
},
"start": {
"patterns": [
"dist"
],
"extensions": "js",
"legacyWatch": true,
"runOnChangeOnly": true
}
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.3.1",
"ts-node": "^10.1.0"
"@discordjs/rest": "^0.3.0",
"@types/command-line-args": "^5.2.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"command-line-args": "^5.2.1",
"esbuild": "^0.14.29",
"eslint": "^8.12.0",
"npm-watch": "^0.11.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@discordjs/builders": "^0.5.0",
"@discordjs/rest": "^0.1.0-canary.0",
"discord.js": "^13.1.0"
"discord.js": "^13.6.0",
"discordslash": "github:zomoxyz/discordslash",
"lang": "github:zomoxyz/lang"
}
}