piston/cli/package.json

13 lines
266 B
JSON
Raw Normal View History

2021-02-22 11:38:11 +01:00
{
2021-03-28 21:29:28 +02:00
"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"
}
2021-02-22 11:38:11 +01:00
}