{
	"name": "djs-message-commands",
	"version": "1.2.0",
	"description": "Build easy, safe, and testable message commands for discord.js",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"scripts": {
		"build": "tsc",
		"docs:dev": "vuepress dev docs",
		"docs:build": "vuepress build docs",
		"docs:deploy": "npm run docs:build && npx gh-pages -d docs/.vuepress/dist",
		"test": "jest"
	},
	"files": [
		"dist",
		"LICENSE",
		"README.md"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Shockch4rge/djs-message-commands.git"
	},
	"homepage": "https://github.com/Shockch4rge/djs-message-commands#readme",
	"keywords": [
		"discord",
		"discord.js",
		"message",
		"command",
		"commands",
		"utility"
	],
	"author": "Shockch4rge",
	"license": "MIT",
	"dependencies": {
		"discord.js": "^13.6.0"
	},
	"devDependencies": {
		"@types/jest": "^27.4.1",
		"jest": "^27.5.1",
		"ts-jest": "^27.1.3",
		"typescript": "^4.6.2",
		"vuepress": "^2.0.0-beta.36"
	}
}
