mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
39 lines
996 B
JSON
39 lines
996 B
JSON
{
|
|
"name": "skin-database",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tensorflow/tfjs-node": "^2.0.0",
|
|
"aws-sdk": "^2.663.0",
|
|
"discord.js": "^11.4.2",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.7-alpha.3",
|
|
"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",
|
|
"nsfwjs": "^2.2.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": {
|
|
"prettier": "^2.0.5",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|