{ "name": "skin-database", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "aws-sdk": "^2.663.0", "discord.js": "^11.4.2", "express": "^4.17.1", "express-graphql": "^0.9.0", "graphql": "^14.5.8", "image-hash": "^3.5.1", "imagemin": "^7.0.0", "imagemin-optipng": "^7.0.0", "md5": "^2.2.1", "monk": "^7.0.0", "node-fetch": "^2.6.0", "puppeteer": "^1.17.0", "rgb-hex": "^3.0.0", "shell-escape": "^0.2.0", "temp": "^0.9.0", "winston": "^3.2.1", "yargs": "^13.2.4" }, "scripts": { "start": "tsc && node dist/index.js", "tweet": "tsc && ./dist/cli.js tweet", "fetch-metadata": "tsc && .dist/cli.js fetch-metadata", "bot": "tsc && node ./dist/discord-bot/index.js" }, "prettier": {}, "devDependencies": { "typescript": "^3.8.3", "prettier": "^2.0.5" } }