Files
SCM-Manager/scm-ui/plugin-scripts/package.json

14 lines
396 B
JSON
Raw Normal View History

2019-10-10 10:53:38 +02:00
{
"name": "@scm-manager/plugin-scripts",
"version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause",
"description": "Plugin scripts",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"private": false,
2019-10-14 11:58:18 +02:00
"prettier": "@scm-manager/prettier-config",
2019-10-10 10:53:38 +02:00
"dependencies": {
"@scm-manager/babel-preset": "2.0.0-SNAPSHOT",
"@scm-manager/eslint-config": "2.0.0-SNAPSHOT"
}
}