mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"name": "piston-cli",
|
|
"version": "1.1.0",
|
|
"description": "Piston Execution Engine CLI tools",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.2",
|
|
"chalk": "^4.1.0",
|
|
"minimatch": "^3.0.4",
|
|
"nocamel": "^1.0.2",
|
|
"semver": "^7.3.5",
|
|
"ws": "^7.5.3",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|