mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
12 lines
266 B
JSON
12 lines
266 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",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|