17 lines
378 B
JSON
17 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"
|
|
}
|
|
}
|