link-stack/package.json
2023-02-13 20:04:35 +00:00

20 lines
398 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": [
"packages/*",
"apps/*"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
},
"author": "Darren Clarke",
"license": "ISC"
}