2023-02-13 13:46:56 +00:00
|
|
|
{
|
2023-05-30 09:05:40 +00:00
|
|
|
"name": "link-stack",
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2023-06-07 08:14:29 +00:00
|
|
|
"dev": "dotenv -- turbo run dev --concurrency 30",
|
|
|
|
|
"build": "turbo build --concurrency 30",
|
|
|
|
|
"dev:metamigo": "make dev-metamigo && dotenv -- turbo run dev --concurrency 30 --filter=!link --filter=!leafcutter",
|
2023-06-06 10:28:29 +00:00
|
|
|
"migrate": "dotenv -- npm run migrate --workspace=@digiresilience/metamigo-cli"
|
2023-05-30 09:05:40 +00:00
|
|
|
},
|
|
|
|
|
"packageManager": "npm@9.3.1",
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"apps/*",
|
|
|
|
|
"packages/*"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "Darren Clarke",
|
2023-06-06 10:28:29 +00:00
|
|
|
"dlicense": "ISC",
|
2023-05-30 09:05:40 +00:00
|
|
|
"overrides": {
|
|
|
|
|
"@mui/styles": {
|
|
|
|
|
"react": "18.2.0"
|
|
|
|
|
},
|
|
|
|
|
"typeorm": {
|
|
|
|
|
"pg": "^8.11.0"
|
|
|
|
|
},
|
2023-06-07 10:24:48 +00:00
|
|
|
"graphql": "15.8.0"
|
2023-05-30 09:05:40 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-06-06 10:28:29 +00:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
|
"dotenv-cli": "latest"
|
2023-06-07 10:24:48 +00:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"npm": ">=9.6.7",
|
|
|
|
|
"node": ">=20"
|
2023-05-30 09:05:40 +00:00
|
|
|
}
|
2023-06-07 10:24:48 +00:00
|
|
|
}
|