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
2023-09-16 23:00:57 -03:00

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"
]
}