{ "name": "ambience", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc --project tsconfig.server.json", "build_server": "tsc --project tsconfig.server.json", "start": "cross-env NODE_ENV=production node dist/server/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/qwertyforce/ambience.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/qwertyforce/ambience/issues" }, "homepage": "https://github.com/qwertyforce/ambience#readme", "dependencies": { "@fastify/busboy": "^1.1.0", "@fastify/cors": "^8.0.0", "@fastify/multipart": "^7.1.0", "@fastify/reply-from": "^8.1.0", "@types/node": "^18.0.5", "axios": "^0.27.2", "cross-env": "^7.0.3", "fastify": "^4.2.1", "form-data": "^4.0.0", "json-schema-to-ts": "^2.5.4", "typescript": "^4.7.4" } }