piston/api/package.json

24 lines
653 B
JSON
Raw Normal View History

2021-02-20 15:13:56 +01:00
{
2021-03-13 06:01:04 +01:00
"name": "piston-api",
"version": "3.0.0",
"description": "API for piston - a high performance code execution engine",
"main": "src/index.js",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"is-docker": "^2.1.1",
"js-yaml": "^4.0.0",
2021-04-26 03:00:34 +02:00
"libsys": "^3.0.0",
2021-03-13 06:01:04 +01:00
"logplease": "^1.2.15",
"nocamel": "HexF/nocamel#patch-1",
"node-fetch": "^2.6.1",
2021-04-26 00:35:34 +02:00
"ps-list": "^7.2.0",
2021-03-13 06:01:04 +01:00
"semver": "^7.3.4",
"uuid": "^8.3.2",
2021-04-26 03:00:34 +02:00
"waitpid": "git+https://github.com/HexF/node-waitpid.git",
2021-03-13 06:01:04 +01:00
"yargs": "^16.2.0"
},
2021-04-26 03:00:34 +02:00
2021-03-13 06:01:04 +01:00
"license": "MIT"
2021-02-20 15:13:56 +01:00
}