Rename source folders
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
This commit is contained in:
parent
2398a7c8c9
commit
da23b80647
23 changed files with 4 additions and 4 deletions
59
source/rest/package.json
Normal file
59
source/rest/package.json
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"name": "$(appName)-rest",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"author": "Roman Jaroš <hello@romanjaros.dev>",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"nest": "nest",
|
||||
"build": "nest build",
|
||||
"dev": "nest start --watch",
|
||||
"dev:debug": "nest start --debug --watch",
|
||||
"start": "node dist/main",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:cov": "jest --coverage",
|
||||
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/axios": "^3.0.0",
|
||||
"@nestjs/common": "^10.2.5",
|
||||
"@nestjs/typeorm": "10.0.0",
|
||||
"@nestjs/config": "^3.1.0",
|
||||
"@nestjs/core": "^10.2.5",
|
||||
"@nestjs/swagger": "7.1.11",
|
||||
"@nestjs/platform-express": "^10.2.5",
|
||||
"axios": "^1.5.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rxjs": "^7.8.1",
|
||||
"sqlite3": "^5.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "10.1.17",
|
||||
"@nestjs/mapped-types": "^2.0.2",
|
||||
"@nestjs/schematics": "^10.0.2",
|
||||
"@nestjs/testing": "^10.2.5",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/jest": "29.5.4",
|
||||
"@types/node": "20.6.0",
|
||||
"@types/supertest": "^2.0.12",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
||||
"@typescript-eslint/parser": "^6.7.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint": "^8.49.0",
|
||||
"execa": "8.0.1",
|
||||
"jest": "29.7.0",
|
||||
"prettier": "^3.0.3",
|
||||
"source-map-support": "^0.5.21",
|
||||
"supertest": "^6.3.3",
|
||||
"ts-jest": "29.1.1",
|
||||
"ts-loader": "^9.4.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue