23 lines
656 B
JSON
23 lines
656 B
JSON
{
|
|
"name": "piston-api",
|
|
"version": "3.1.0",
|
|
"description": "API for piston - a high performance code execution engine",
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"chownr": "^2.0.0",
|
|
"express": "^4.17.1",
|
|
"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"
|
|
}
|
|
}
|