piston/cli/package.json

14 lines
290 B
JSON
Raw Normal View History

2021-02-22 11:38:11 +01:00
{
"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": {
"chalk": "^4.1.0",
2021-03-13 04:08:35 +01:00
"node-fetch": "^2.6.1",
2021-02-22 11:38:11 +01:00
"yargs": "^16.2.0"
}
}