Files
directus/package.json
2020-08-03 10:22:27 -04:00

20 lines
431 B
JSON

{
"name": "directus-monorepo",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}