Initial commit

This commit is contained in:
2023-03-21 00:12:10 -04:00
commit bb911f8ffb
41 changed files with 4390 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "local-aws",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "nest start",
"start:dev": "nest start --watch"
},
"dependencies": {
"@nestjs/common": "^9.3.10",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.3.10",
"@nestjs/platform-express": "^9.3.10",
"@nestjs/typeorm": "^9.0.1",
"class-transformer": "^0.5.1",
"joi": "^17.9.0",
"js2xmlparser": "^5.0.0",
"morgan": "^1.10.0",
"rxjs": "^7.8.0",
"sqlite3": "^5.1.6",
"typeorm": "^0.3.12",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@nestjs/cli": "^9.3.0"
}
}