@nestia/migrate 0.13.1 → 0.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +78 -79
package/package.json CHANGED
@@ -1,79 +1,78 @@
1
- {
2
- "name": "@nestia/migrate",
3
- "version": "0.13.1",
4
- "description": "Migration program from swagger to NestJS",
5
- "main": "lib/index.js",
6
- "typings": "lib/index.d.ts",
7
- "bin": {
8
- "@nestia/migrate": "lib/executable/migrate.js"
9
- },
10
- "scripts": {
11
- "build": "rimraf lib && tsc",
12
- "bundle": "ts-node src/executable/bundle.ts",
13
- "dev": "npm run build -- --watch",
14
- "package:next": "npm publish --access public --tag next",
15
- "prepare": "ts-patch install && typia patch && npm run bundle",
16
- "test": "node lib/test"
17
- },
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/samchon/nestia"
21
- },
22
- "keywords": [
23
- "migration",
24
- "swagger",
25
- "NestJS",
26
- "nestia",
27
- "SDK",
28
- "Mockup Simulator"
29
- ],
30
- "author": "Jeongho Nam",
31
- "license": "MIT",
32
- "bugs": {
33
- "url": "https://github.com/samchon/nestia/issues"
34
- },
35
- "homepage": "https://nestia.io",
36
- "devDependencies": {
37
- "@nestia/core": "^3.0.1",
38
- "@nestia/e2e": "^0.4.3",
39
- "@nestia/fetcher": "^3.0.1",
40
- "@nestjs/common": "^10.3.5",
41
- "@nestjs/core": "^10.3.5",
42
- "@nestjs/platform-express": "^10.3.5",
43
- "@nestjs/platform-fastify": "^10.3.5",
44
- "@trivago/prettier-plugin-sort-imports": "^4.3.0",
45
- "@types/express": "^4.17.21",
46
- "@types/inquirer": "^9.0.7",
47
- "@types/node": "^20.3.3",
48
- "@types/swagger-ui-express": "^4.1.6",
49
- "dotenv": "^16.3.1",
50
- "dotenv-expand": "^10.0.0",
51
- "express": "^4.19.2",
52
- "rimraf": "^5.0.1",
53
- "serialize-error": "^4.1.0",
54
- "source-map-support": "^0.5.21",
55
- "swagger-ui-express": "^5.0.0",
56
- "ts-node": "^10.9.1",
57
- "ts-patch": "^3.1.0",
58
- "typescript-transform-paths": "^3.4.6"
59
- },
60
- "dependencies": {
61
- "@samchon/openapi": "^0.1.5",
62
- "commander": "10.0.0",
63
- "inquirer": "8.2.5",
64
- "openapi-types": "^12.1.3",
65
- "prettier": "^3.2.5",
66
- "tstl": "^3.0.0",
67
- "typescript": "^5.4.3",
68
- "typia": "^6.0.1"
69
- },
70
- "files": [
71
- "lib",
72
- "src",
73
- "!lib/test",
74
- "!src/test",
75
- "package.json",
76
- "README.md",
77
- "LICENSE"
78
- ]
79
- }
1
+ {
2
+ "name": "@nestia/migrate",
3
+ "version": "0.13.2",
4
+ "description": "Migration program from swagger to NestJS",
5
+ "main": "lib/index.js",
6
+ "typings": "lib/index.d.ts",
7
+ "bin": {
8
+ "@nestia/migrate": "lib/executable/migrate.js"
9
+ },
10
+ "scripts": {
11
+ "build": "rimraf lib && tsc",
12
+ "bundle": "ts-node src/executable/bundle.ts",
13
+ "dev": "npm run build -- --watch",
14
+ "package:next": "npm publish --access public --tag next",
15
+ "prepare": "ts-patch install && typia patch && npm run bundle",
16
+ "test": "node lib/test"
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/samchon/nestia"
21
+ },
22
+ "keywords": [
23
+ "migration",
24
+ "swagger",
25
+ "NestJS",
26
+ "nestia",
27
+ "SDK",
28
+ "Mockup Simulator"
29
+ ],
30
+ "author": "Jeongho Nam",
31
+ "license": "MIT",
32
+ "bugs": {
33
+ "url": "https://github.com/samchon/nestia/issues"
34
+ },
35
+ "homepage": "https://nestia.io",
36
+ "devDependencies": {
37
+ "@nestia/core": "^3.0.1",
38
+ "@nestia/e2e": "^0.4.3",
39
+ "@nestia/fetcher": "^3.0.1",
40
+ "@nestjs/common": "^10.3.5",
41
+ "@nestjs/core": "^10.3.5",
42
+ "@nestjs/platform-express": "^10.3.5",
43
+ "@nestjs/platform-fastify": "^10.3.5",
44
+ "@trivago/prettier-plugin-sort-imports": "^4.3.0",
45
+ "@types/express": "^4.17.21",
46
+ "@types/inquirer": "^9.0.7",
47
+ "@types/node": "^20.3.3",
48
+ "@types/swagger-ui-express": "^4.1.6",
49
+ "dotenv": "^16.3.1",
50
+ "dotenv-expand": "^10.0.0",
51
+ "express": "^4.19.2",
52
+ "rimraf": "^5.0.1",
53
+ "serialize-error": "^4.1.0",
54
+ "source-map-support": "^0.5.21",
55
+ "swagger-ui-express": "^5.0.0",
56
+ "ts-node": "^10.9.1",
57
+ "ts-patch": "^3.1.0",
58
+ "typescript-transform-paths": "^3.4.6"
59
+ },
60
+ "dependencies": {
61
+ "@samchon/openapi": "^0.1.5",
62
+ "commander": "10.0.0",
63
+ "inquirer": "8.2.5",
64
+ "prettier": "^3.2.5",
65
+ "tstl": "^3.0.0",
66
+ "typescript": "^5.4.3",
67
+ "typia": "^6.0.1"
68
+ },
69
+ "files": [
70
+ "lib",
71
+ "src",
72
+ "!lib/test",
73
+ "!src/test",
74
+ "package.json",
75
+ "README.md",
76
+ "LICENSE"
77
+ ]
78
+ }