Files
directus/package.json
2020-08-07 10:21:55 -04:00

23 lines
510 B
JSON

{
"name": "directus-monorepo",
"private": true,
"scripts": {
"clean": "lerna clean -y",
"bootstrap": "lerna bootstrap",
"dev": "lerna run --parallel dev",
"build": "lerna run build"
},
"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"
}
}