nest-scramble 1.5.0 → 1.7.0

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 +57 -57
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "name": "nest-scramble",
3
- "version": "1.5.0",
4
- "description": "A next-generation, decorator-free API documentation engine and intelligent mock server for NestJS, engineered by Mohamed Mustafa",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "bin": {
8
- "nest-scramble": "dist/cli.js"
9
- },
10
- "scripts": {
11
- "build": "rimraf dist && tsc",
12
- "dev": "tsc --watch",
13
- "test": "jest",
14
- "lint": "eslint src/**/*.ts",
15
- "lint:fix": "eslint src/**/*.ts --fix",
16
- "watch-generate": "node scripts/watch-generate.js"
17
- },
18
- "keywords": [
19
- "nestjs",
20
- "documentation",
21
- "static-analysis",
22
- "ast",
23
- "postman",
24
- "mocking",
25
- "mohamed-mustafa",
26
- "typescript",
27
- "zero-config"
28
- ],
29
- "author": "Mohamed Mustafa <https://github.com/Eng-MMustafa>",
30
- "license": "MIT",
31
- "dependencies": {
32
- "ts-morph": "^21.0.1",
33
- "@faker-js/faker": "^8.4.1",
34
- "commander": "^11.1.0"
35
- },
36
- "devDependencies": {
37
- "@types/express": "^4.17.21",
38
- "@types/node": "^20.10.0",
39
- "chokidar": "^3.5.3",
40
- "typescript": "^5.3.0",
41
- "rimraf": "^5.0.5",
42
- "jest": "^29.7.0",
43
- "@types/jest": "^29.5.8",
44
- "eslint": "^8.56.0",
45
- "@typescript-eslint/eslint-plugin": "^6.15.0",
46
- "@typescript-eslint/parser": "^6.15.0"
47
- },
48
- "peerDependencies": {
49
- "@nestjs/common": "^10.0.0",
50
- "@nestjs/core": "^10.0.0",
51
- "reflect-metadata": "^0.1.13 || ^0.2.0"
52
- },
53
- "peerDependenciesMeta": {
54
- "reflect-metadata": {
55
- "optional": true
56
- }
57
- }
1
+ {
2
+ "name": "nest-scramble",
3
+ "version": "1.7.0",
4
+ "description": "A next-generation, decorator-free API documentation engine and intelligent mock server for NestJS, engineered by Mohamed Mustafa",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "bin": {
8
+ "nest-scramble": "dist/cli.js"
9
+ },
10
+ "scripts": {
11
+ "build": "rimraf dist && tsc",
12
+ "dev": "tsc --watch",
13
+ "test": "jest",
14
+ "lint": "eslint src/**/*.ts",
15
+ "lint:fix": "eslint src/**/*.ts --fix",
16
+ "watch-generate": "node scripts/watch-generate.js"
17
+ },
18
+ "keywords": [
19
+ "nestjs",
20
+ "documentation",
21
+ "static-analysis",
22
+ "ast",
23
+ "postman",
24
+ "mocking",
25
+ "mohamed-mustafa",
26
+ "typescript",
27
+ "zero-config"
28
+ ],
29
+ "author": "Mohamed Mustafa <https://github.com/Eng-MMustafa>",
30
+ "license": "MIT",
31
+ "dependencies": {
32
+ "ts-morph": "^21.0.1",
33
+ "@faker-js/faker": "^8.4.1",
34
+ "commander": "^11.1.0"
35
+ },
36
+ "devDependencies": {
37
+ "@types/express": "^4.17.21",
38
+ "@types/node": "^20.10.0",
39
+ "chokidar": "^3.5.3",
40
+ "typescript": "^5.3.0",
41
+ "rimraf": "^5.0.5",
42
+ "jest": "^29.7.0",
43
+ "@types/jest": "^29.5.8",
44
+ "eslint": "^8.56.0",
45
+ "@typescript-eslint/eslint-plugin": "^6.15.0",
46
+ "@typescript-eslint/parser": "^6.15.0"
47
+ },
48
+ "peerDependencies": {
49
+ "@nestjs/common": "^10.0.0",
50
+ "@nestjs/core": "^10.0.0",
51
+ "reflect-metadata": "^0.1.13 || ^0.2.0"
52
+ },
53
+ "peerDependenciesMeta": {
54
+ "reflect-metadata": {
55
+ "optional": true
56
+ }
57
+ }
58
58
  }