{ "name": "piston-api", "version": "3.2.0", "description": "API for piston - a high performance code execution engine", "module": "./dist/index.js", "type": "module", "scripts": { "api": "node ./dist/index.js", "build": "npx tsc" }, "dependencies": { "body-parser": "^1.19.0", "chownr": "^2.0.0", "express": "^4.17.3", "express-ws": "^5.0.2", "is-docker": "^2.1.1", "logplease": "github:Endercheif/logplease#feature/quality", "node-fetch": "^2.6.7", "semver": "^7.3.4", "uuid": "^8.3.2", "waitpid": "git+https://github.com/HexF/node-waitpid.git" }, "license": "MIT", "devDependencies": { "@types/express": "^4.17.17", "@types/node-fetch": "^2.6.2", "ts-node": "^10.9.1", "typescript": "^4.9.5" } }