31 lines
573 B
JSON
31 lines
573 B
JSON
{
|
|
"name": "link-stack",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "dotenv -- turbo run dev"
|
|
},
|
|
"packageManager": "npm@9.3.1",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
|
},
|
|
"author": "Darren Clarke",
|
|
"license": "ISC",
|
|
"overrides": {
|
|
"@mui/styles": {
|
|
"react": "18.2.0"
|
|
},
|
|
"typeorm": {
|
|
"pg": "^8.11.0"
|
|
},
|
|
"hapi-postgraphile": {
|
|
"pg": "^8.11.0"
|
|
}
|
|
}
|
|
}
|