piston/cli/package.json

16 lines
354 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",
2021-06-13 08:41:01 +02:00
"minimatch": "^3.0.4",
"nocamel": "^1.0.2",
"semver": "^7.3.5",
2021-03-28 21:29:28 +02:00
"yargs": "^16.2.0"
}
2021-02-22 11:38:11 +01:00
}