mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 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",
|
|
"lru-cache": "^6.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",
|
|
"sqlite3": "^4.2.0",
|
|
"temp": "^0.9.0",
|
|
"ts-node": "^8.10.2",
|
|
"winston": "^3.2.1",
|
|
"yargs": "^13.2.4"
|
|
},
|
|
"scripts": {
|
|
"start": "ts-node --transpile-only index.js",
|
|
"tweet": "ts-node --transpile-only ./cli.ts tweet",
|
|
"fetch-metadata": "ts-node --transpile-only ./cli.ts fetch-metadata",
|
|
"bot": "ts-node --transpile-only ./discord-bot/index.js",
|
|
"cli": "ts-node --transpile-only ./cli.ts",
|
|
"repro": "ts-node --transpile-only ./repro.ts",
|
|
"index": "ts-node --transpile-only ./tasks/searchIndex.js",
|
|
"sync": "ts-node --transpile-only ./tasks/syncWithArchive.ts"
|
|
},
|
|
"prettier": {},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.10.1",
|
|
"jest": "^26.1.0",
|
|
"prettier": "^2.0.5",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|