17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "@the-bds-maneger/monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "tsc --build --clean"
|
|
},
|
|
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com>",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@types/node": "^20.6.1",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"workspaces": [
|
|
"packages/core"
|
|
]
|
|
}
|