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/docker/package.json

21 lines
480 B
JSON

{
"name": "@the-bds-maneger/docker",
"version": "6.0.1",
"type": "module",
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com>",
"license": "GPL-3.0",
"private": true,
"scripts": {
"build": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@the-bds-maneger/core": "^6.0.1",
"express": "^4.18.2",
"mongodb": "^5.1.0",
"neste": "^1.0.2",
"yaml": "^2.2.1"
},
"devDependencies": {
"@types/express": "^4.17.17"
}
}