hent-ai / package.json
Nultx's picture
Update package.json
2ef25eb
{
"name": "template-node-python-express",
"version": "1.0.0",
"description": "A minimalist Docker Space to help people getting started with Node, Express and TypeScript",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"docker": "npm run docker:build && npm run docker:run",
"docker:build": "docker build -t template-node-python-express .",
"docker:run": "docker run -it -p 7860:7860 template-node-python-express"
},
"author": "Julian Bilcke <julian.bilcke@huggingface.co>",
"license": "Apache License",
"dependencies": {
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"morgan": "^1.10.0",
"node_characterai": "^1.1.9",
"puppeteer": "^21.0.3",
"cheerio": "latest",
"axios": "latest",
"eiyuu": "latest",
"booru": "latest"
}
}