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