-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 1.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@fabio.formosa/metamorphosis-nest",
"version": "4.0.2",
"description": "Conversion service for NestJS",
"main": "dist/index.js",
"dependencies": {
"@fabio.formosa/metamorphosis": "^4.1.5",
"class-transformer": "^0.2.3"
},
"peerDependencies": {
"@nestjs/common": "^6.0.4",
"@nestjs/core": "^6.0.4",
"@nestjs/testing": "^6.0.4",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.3",
"@typegoose/typegoose": "^6.1.6"
},
"devDependencies": {
"@fabio.formosa/metamorphosis-typegoose-plugin": "1.0.2",
"@nestjs/common": "^6.0.4",
"@nestjs/core": "^6.0.4",
"@nestjs/testing": "^6.0.4",
"@nestjs/typeorm": "^6.3.3",
"@typegoose/typegoose": "^6.1.6",
"@types/jest": "^25.1.0",
"@types/mongoose": "^5.7.6",
"@types/sqlite3": "^3.1.6",
"class-transformer": "^0.2.3",
"coveralls": "^3.0.7",
"jest": "^25.1.0",
"mongodb-memory-server": "^5.2.8",
"mongoose": "^5.9.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.3",
"sqlite3": "^4.1.1",
"ts-jest": "^25.2.1",
"ts-node": "^8.3.0",
"tsconfig-paths": "3.8.0",
"typeorm": "^0.2.24",
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc",
"test": "jest",
"test:debug": "node --inspect-brk -r ts-node/register -r tsconfig-paths/register node_modules/jest/bin/jest --runInBand",
"test-travis": "jest --maxWorkers=2",
"coveralls": "jest --maxWorkers=2 --coverage && cat ./tests/coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabioformosa/metamorphosis-nest.git"
},
"keywords": [
"nodejs",
"nest",
"conversion",
"service"
],
"author": "Fabio Formosa",
"license": "MIT",
"bugs": {
"url": "https://github.com/fabioformosa/metamorphosis-nest/issues"
},
"homepage": "https://github.com/fabioformosa/metamorphosis-nest#readme"
}