{
  "name": "@suiseis-mic/sapphire-modules",
  "version": "1.0.5",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "publish:patch": "npm version patch && npm publish --access public",
    "publish:minor": "npm version minor && npm publish --access public",
    "publish:major": "npm version major && npm publish --access public"
  },
  "author": "Dannypoke03",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^17.0.17",
    "ts-node": "^10.5.0",
    "tslint": "^6.1.3",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "@sapphire/framework": "^3.0.0-next.379f5db.0",
    "discord.js": "^13.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/holores/sapphire-module.git"
  },
  "bugs": {
    "url": "https://bitbucket.org/holores/sapphire-module/issues"
  },
  "homepage": "https://bitbucket.org/holores/sapphire-module#readme",
  "description": ""
}
