{ "name": "yaca", "packageManager": "yarn@3.1.0", "devDependencies": { "@types/body-parser": "^1.19.2", "@types/express": "^4.17.13", "@types/fs-extra": "^9.0.13", "@types/puppeteer": "^5.4.5", "@types/sqlite3": "^3.1.8", "@types/uuid": "^8", "typescript": "^4.5.2" }, "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "fs-extra": "^10.0.0", "puppeteer": "^13.5.2", "sqlite3": "^5.0.2", "uuid": "^8.3.2" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "bundle": "bash -c 'tar -cvzf ../../bundle.tgz .yarn/{plugins,releases} .yarnrc.yml client src Dockerfile package.json tsconfig.json yarn.lock'" } }