20 lines
429 B
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"
|
|
]
|
|
}
|