UNPKG

@diamondbot/vase-command

Version:

DiamondBot command that posts AI generated vases

48 lines (47 loc) 1.22 kB
{ "name": "@diamondbot/vase-command", "version": "1.0.1", "description": "DiamondBot command that posts AI generated vases", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "bump:patch": "npm version patch --no-git-tag-version", "bump:minor": "npm version minor --no-git-tag-version", "bump:major": "npm version major --no-git-tag-version", "postversion": "npm publish --access public", "prepare": "npm run build", "build": "babel src -d dist" }, "repository": { "type": "git", "url": "git+https://github.com/alvarocastro/diamondbot.git" }, "keywords": [ "diamondbot", "diamondbot command", "discord", "command", "jar", "vase", "decoration", "images", "random" ], "author": "Alvaro Castro", "license": "MIT", "bugs": { "url": "https://github.com/alvarocastro/diamondbot/issues" }, "homepage": "https://github.com/alvarocastro/diamondbot/commands/vase#readme", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.12.11" }, "dependencies": { "@diamondbot/core": "0.0.2" } }