mirror of
https://github.com/directus/directus.git
synced 2026-01-23 04:58:00 -05:00
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"name": "directus-monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "lerna clean -y",
|
|
"bootstrap": "lerna bootstrap"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/directus/next.git"
|
|
},
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"license": "GPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/directus/next/issues"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^3.22.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|