Files
automatisch/packages/cli/package.json
2022-01-20 17:07:14 +01:00

37 lines
840 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": {
"lint": "eslint . --ignore-path ../../.eslintignore",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
},
"devDependencies": {
"eslint": "8.7.0"
}
}