piston/cli/package.json

17 lines
378 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",
2021-07-16 15:00:44 +02:00
"version": "1.1.0",
2021-03-28 21:29:28 +02:00
"description": "Piston Execution Engine CLI tools",
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^0.21.2",
2021-03-28 21:29:28 +02:00
"chalk": "^4.1.0",
2021-06-13 08:41:01 +02:00
"minimatch": "^3.0.4",
"nocamel": "^1.0.2",
"semver": "^7.3.5",
2021-07-16 14:23:45 +02:00
"ws": "^7.5.3",
2021-03-28 21:29:28 +02:00
"yargs": "^16.2.0"
}
2021-02-22 11:38:11 +01:00
}