mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"name": "piston-cli",
|
|
"version": "1.0.0",
|
|
"description": "Piston Execution Engine CLI tools",
|
|
"main": "index.js",
|
|
"author": "Thomas Hobson <thomas@hexf.me>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"chalk": "^4.1.0",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|