-
- Downloads
initial commit
parents
No related branches found
No related tags found
Showing
- apps/agent/tsconfig.json 16 additions, 0 deletionsapps/agent/tsconfig.json
- apps/agent/tsconfig.spec.json 14 additions, 0 deletionsapps/agent/tsconfig.spec.json
- apps/agent/webpack.config.js 8 additions, 0 deletionsapps/agent/webpack.config.js
- jest.config.ts 5 additions, 0 deletionsjest.config.ts
- jest.preset.js 3 additions, 0 deletionsjest.preset.js
- libs/.gitkeep 0 additions, 0 deletionslibs/.gitkeep
- nx.json 39 additions, 0 deletionsnx.json
- package.json 41 additions, 0 deletionspackage.json
- tools/tsconfig.tools.json 12 additions, 0 deletionstools/tsconfig.tools.json
- tsconfig.base.json 20 additions, 0 deletionstsconfig.base.json
- yarn.lock 0 additions, 0 deletionsyarn.lock
apps/agent/tsconfig.json
0 → 100644
apps/agent/tsconfig.spec.json
0 → 100644
apps/agent/webpack.config.js
0 → 100644
jest.config.ts
0 → 100644
jest.preset.js
0 → 100644
libs/.gitkeep
0 → 100644
nx.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "ocm-engine", | |||
"version": "0.0.0", | |||
"license": "MIT", | |||
"scripts": {}, | |||
"private": true, | |||
"dependencies": { | |||
"@nestjs/common": "^9.0.0", | |||
"@nestjs/core": "^9.0.0", | |||
"@nestjs/platform-express": "^9.0.0", | |||
"axios": "^1.0.0", | |||
"reflect-metadata": "^0.1.13", | |||
"rxjs": "^7.0.0", | |||
"tslib": "^2.3.0" | |||
}, | |||
"devDependencies": { | |||
"@nestjs/schematics": "^9.0.0", | |||
"@nestjs/testing": "^9.0.0", | |||
"@nx/eslint-plugin": "16.0.1", | |||
"@nx/jest": "16.0.1", | |||
"@nx/js": "16.0.1", | |||
"@nx/linter": "16.0.1", | |||
"@nx/nest": "16.0.1", | |||
"@nx/node": "16.0.1", | |||
"@nx/webpack": "16.0.1", | |||
"@nx/workspace": "16.0.1", | |||
"@types/jest": "^29.4.0", | |||
"@types/node": "~18.7.1", | |||
"@typescript-eslint/eslint-plugin": "^5.58.0", | |||
"@typescript-eslint/parser": "^5.58.0", | |||
"eslint": "~8.15.0", | |||
"eslint-config-prettier": "8.1.0", | |||
"jest": "^29.4.1", | |||
"jest-environment-node": "^29.4.1", | |||
"nx": "16.0.1", | |||
"prettier": "^2.6.2", | |||
"ts-jest": "^29.1.0", | |||
"ts-node": "10.9.1", | |||
"typescript": "~4.9.5" | |||
} | |||
} |
tools/tsconfig.tools.json
0 → 100644
tsconfig.base.json
0 → 100644
yarn.lock
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Please register or sign in to comment