itl-cli
Version:
A CLI for using the Inclusive Technology Lab monorepo
25 lines (24 loc) • 538 B
JSON
{
"name": "itl-cli",
"version": "0.1.0",
"description": "A CLI for using the Inclusive Technology Lab monorepo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/InclusiveTechNU/itl.git"
},
"bugs": {
"url": "https://github.com/InclusiveTechNU/itl/issues"
},
"homepage": "https://github.com/InclusiveTechNU/itl#readme",
"keywords": [
"cli",
"itl"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"itl": "bin/itl"
}
}