This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/packages/cli/package.json
2021-10-02 21:44:26 +02:00

33 lines
732 B
JSON

{
"name": "@automatisch/cli",
"version": "0.1.0",
"description": "> TODO: description",
"contributors": [
{
"name": "automatisch contributors",
"url": "https://github.com/automatisch/automatisch/graphs/contributors"
}
],
"homepage": "https://github.com/automatisch/automatisch#readme",
"main": "src/cli.js",
"directories": {
"bin": "bin",
"src": "src",
"test": "__tests__"
},
"files": [
"src",
"bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/automatisch/automatisch.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
}
}