webamp/packages/skin-database/package.json

42 lines
1.1 KiB
JSON

{
"name": "skin-database",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs-node": "^2.0.0",
"algoliasearch": "^4.3.0",
"aws-sdk": "^2.663.0",
"cors": "^2.8.5",
"discord.js": "^11.4.2",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"imagemin": "^7.0.0",
"imagemin-optipng": "^7.0.0",
"knex": "^0.21.1",
"md5": "^2.2.1",
"monk": "^7.0.0",
"node-fetch": "^2.6.0",
"nsfwjs": "^2.2.0",
"puppeteer": "^1.17.0",
"rgb-hex": "^3.0.0",
"shell-escape": "^0.2.0",
"sqlite3": "^4.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",
"cli": "tsc && node ./dist/cli.js",
"index": "tsc && node ./dist/tasks/searchIndex.js"
},
"prettier": {},
"devDependencies": {
"prettier": "^2.0.5",
"typescript": "^3.8.3"
}
}