31 lines
711 B
JSON
31 lines
711 B
JSON
{
|
|
"name": "@automatisch/backend",
|
|
"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/backend.js",
|
|
"directories": {
|
|
"src": "src",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"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"
|
|
}
|
|
}
|