This repository has been archived on 2025-03-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quados-config/package.json

12 lines
316 B
JSON

{
"name": "quados-config",
"version": "1.0.0",
"main": "config.ts",
"type": "module",
"dependencies": {
"@quados/helpers": "github:Quad-Linux/helpers",
"@quados/models": "github:Quad-Linux/models",
"quados": "github:Quad-Linux/tools",
"esbuild": "^0.20.1"
}
}