{ "name": "sealious-playground", "version": "1.0.1", "description": "", "main": "./dist/src/back/index.js", "scripts": { "start": "docker-compose up -d db && node .", "test-cmd": "node test.js", "test": "./npm.sh run test-cmd -- ", "typecheck:back": "tsc --noEmit -p src/back", "typecheck:front": "tsc --noEmit -p src/front", "build": "node ./esbuild.js", "watch": "multiple-scripts-tmux \"npm run typecheck:back --watch\" \"SEALIOUS_PORT=$SEALIOUS_PORT SEALIOUS_BASE_URL=$SEALIOUS_BASE_URL nodemon --enable-source-maps .\" \"npm run build -- --watch\" \"npm run typecheck:front --watch\" ", "test-reports": "npm run build && rm -fr .xunit coverage && docker-compose up -d db mailcatcher && npm run test -- --cover --test-report", "cover-html": "npm run test-reports -- --cover-html && xdg-open coverage/lcov-report/index.html" }, "author": "", "license": "ISC", "dependencies": { "@babel/core": "^7.12.10", "@hotwired/turbo": "^7.1.0", "@koa/router": "^10.0.0", "esbuild-node-tsc": "^1.8.2", "multiple-scripts-tmux": "^1.0.4", "nodemon": "^2.0.7", "sealious": "^0.13.52", "stimulus": "^2.0.0", "tempstream": "^0.0.7" }, "devDependencies": { "@sealcode/ansi-html-stream": "^1.0.1", "@types/koa__router": "^8.0.4", "esbuild": "^0.14.10", "esbuild-sass-plugin": "^2.0.0", "eslint": "^7.19.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-with-tsc-error": "^0.0.7", "kill-port": "^1.6.1", "mocha": "^8.4.0", "mri": "^1.1.6", "nyc": "^15.1.0", "prettier": "^2.2.1", "tiny-glob": "^0.2.9", "ts-loader": "^8.0.14", "typescript": "^4.1.3" } }