mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-11 10:02:23 +01:00
14 lines
396 B
JSON
14 lines
396 B
JSON
{
|
|
"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,
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"dependencies": {
|
|
"@scm-manager/babel-preset": "2.0.0-SNAPSHOT",
|
|
"@scm-manager/eslint-config": "2.0.0-SNAPSHOT"
|
|
}
|
|
}
|