Files
directus/package.json
2020-08-04 13:45:46 -04:00

24 lines
556 B
JSON

{
"name": "directus-monorepo",
"private": true,
"scripts": {
"postinstall": "npm run setup",
"setup": "lerna clean -y && 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": {
"cross-env": "^7.0.2",
"lerna": "^3.22.1"
}
}