added required dev dependencies

This commit is contained in:
jem 2021-02-23 09:14:25 +01:00
parent 96e564e940
commit 9b4d355fd7

View file

@ -10,13 +10,17 @@
"type": "git", "type": "git",
"url": "git+ssh://git@gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot.git" "url": "git+ssh://git@gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot.git"
}, },
"author": "", "author": "meissa GmbH",
"license": "ISC", "license": "APACHE2",
"bugs": { "bugs": {
"url": "https://gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot/issues" "url": "https://gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot/issues"
}, },
"homepage": "https://gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot#readme", "homepage": "https://gitlab.com/domaindrivenarchitecture/k8s-mastodon-bot#readme",
"dependencies": { "dependencies": {
"js-yaml": "^4.0.0" "js-yaml": "^4.0.0"
},
"devDependencies": {
"shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.19"
} }
} }