link-stack/package.json

32 lines
573 B
JSON
Raw Normal View History

2023-02-13 13:46:56 +00:00
{
"name": "link-stack",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-02-13 20:04:35 +00:00
"dev": "dotenv -- turbo run dev"
2023-02-13 13:46:56 +00:00
},
"packageManager": "npm@9.3.1",
"workspaces": [
2023-03-10 09:00:43 +00:00
"apps/*",
"packages/*"
2023-02-13 13:46:56 +00:00
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
},
"author": "Darren Clarke",
2023-05-25 13:02:29 +00:00
"license": "ISC",
"overrides": {
"@mui/styles": {
"react": "18.2.0"
},
"typeorm": {
"pg": "^8.11.0"
},
"hapi-postgraphile": {
"pg": "^8.11.0"
}
}
2023-02-13 13:46:56 +00:00
}