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",
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
}
|