jbilcke-hf's picture
jbilcke-hf HF staff
initial commit log 🦫
c359b08
raw
history blame
761 Bytes
{
"name": "template-node-wizardcoder-express",
"version": "1.0.0",
"description": "A minimalist Docker project to help people getting started with Node, WizardCoder, CTransformers, Express and TypeScript",
"main": "src/index.mts",
"scripts": {
"start": "node --loader ts-node/esm src/index.mts",
"docker": "npm run docker:build && npm run docker:run",
"docker:build": "docker build -t template-node-wizardcoder-express .",
"docker:run": "docker run -it -p 7860:7860 template-node-wizardcoder-express"
},
"author": "Julian Bilcke <julian.bilcke@huggingface.co>",
"license": "Apache License",
"dependencies": {
"@types/express": "^4.17.17",
"express": "^4.18.2",
"pythonia": "^1.0.2",
"ts-node": "^10.9.1"
}
}