2021-02-20 15:13:56 +01:00
|
|
|
{
|
2021-05-08 02:30:40 +02:00
|
|
|
"name": "piston-api",
|
2021-07-16 15:00:44 +02:00
|
|
|
"version": "3.1.0",
|
2021-05-08 02:30:40 +02:00
|
|
|
"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",
|
2021-07-16 13:10:44 +02:00
|
|
|
"express-ws": "^5.0.2",
|
2021-05-08 02:30:40 +02:00
|
|
|
"is-docker": "^2.1.1",
|
|
|
|
"logplease": "^1.2.15",
|
|
|
|
"nocamel": "HexF/nocamel#patch-1",
|
2022-03-02 07:20:55 +01:00
|
|
|
"node-fetch": "^2.6.1",
|
2021-05-08 02:30:40 +02:00
|
|
|
"semver": "^7.3.4",
|
|
|
|
"uuid": "^8.3.2",
|
|
|
|
"waitpid": "git+https://github.com/HexF/node-waitpid.git"
|
|
|
|
},
|
2021-10-08 15:16:57 +02:00
|
|
|
"license": "MIT"
|
2021-02-20 15:13:56 +01:00
|
|
|
}
|