This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/package.json

20 lines
429 B
JSON

{
"name": "@the-bds-maneger/monorepo",
"private": true,
"scripts": {
"clean": "tsc --build --clean",
"updateversion": "node script/updateVersion.mjs"
},
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com>",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^4.9.5"
},
"workspaces": [
"package/core",
"package/cli",
"package/docker"
]
}