@nestia/e2e 0.8.3 → 6.0.0-dev.20250406-3
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.
- package/package.json +53 -53
package/package.json
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@nestia/e2e",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "E2E test utilify functions",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"typings": "lib/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "npm run build:main && npm run build:test",
|
|
9
|
-
"build:main": "rimraf lib && tsc",
|
|
10
|
-
"build:test": "rimraf bin && tsc -p test/tsconfig.json",
|
|
11
|
-
"dev": "npm run build:test -- --watch",
|
|
12
|
-
"eslint": "eslint src && eslint test",
|
|
13
|
-
"prepare": "ts-patch install && typia patch",
|
|
14
|
-
"test": "node bin/test"
|
|
15
|
-
},
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "https://github.com/samchon/nestia"
|
|
19
|
-
},
|
|
20
|
-
"keywords": [
|
|
21
|
-
"e2e",
|
|
22
|
-
"nestia",
|
|
23
|
-
"nestjs",
|
|
24
|
-
"test",
|
|
25
|
-
"tdd",
|
|
26
|
-
"utility"
|
|
27
|
-
],
|
|
28
|
-
"author": "Jeongho Nam",
|
|
29
|
-
"license": "MIT",
|
|
30
|
-
"bugs": {
|
|
31
|
-
"url": "https://github.com/samchon/nestia/issues"
|
|
32
|
-
},
|
|
33
|
-
"homepage": "https://nestia.io",
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
|
36
|
-
"@types/node": "^18.11.18",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
38
|
-
"@typescript-eslint/parser": "^5.57.0",
|
|
39
|
-
"rimraf": "^6.0.1",
|
|
40
|
-
"ts-node": "^10.9.1",
|
|
41
|
-
"ts-patch": "^3.3.0",
|
|
42
|
-
"typescript": "~5.8.2",
|
|
43
|
-
"typescript-transform-paths": "^3.4.7",
|
|
44
|
-
"typia": "^
|
|
45
|
-
},
|
|
46
|
-
"files": [
|
|
47
|
-
"lib",
|
|
48
|
-
"src",
|
|
49
|
-
"README.md",
|
|
50
|
-
"LICENSE",
|
|
51
|
-
"package.json"
|
|
52
|
-
]
|
|
53
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@nestia/e2e",
|
|
3
|
+
"version": "6.0.0-dev.20250406-3",
|
|
4
|
+
"description": "E2E test utilify functions",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"typings": "lib/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "npm run build:main && npm run build:test",
|
|
9
|
+
"build:main": "rimraf lib && tsc",
|
|
10
|
+
"build:test": "rimraf bin && tsc -p test/tsconfig.json",
|
|
11
|
+
"dev": "npm run build:test -- --watch",
|
|
12
|
+
"eslint": "eslint src && eslint test",
|
|
13
|
+
"prepare": "ts-patch install && typia patch",
|
|
14
|
+
"test": "node bin/test"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/samchon/nestia"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"e2e",
|
|
22
|
+
"nestia",
|
|
23
|
+
"nestjs",
|
|
24
|
+
"test",
|
|
25
|
+
"tdd",
|
|
26
|
+
"utility"
|
|
27
|
+
],
|
|
28
|
+
"author": "Jeongho Nam",
|
|
29
|
+
"license": "MIT",
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "https://github.com/samchon/nestia/issues"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://nestia.io",
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
|
36
|
+
"@types/node": "^18.11.18",
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
38
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
39
|
+
"rimraf": "^6.0.1",
|
|
40
|
+
"ts-node": "^10.9.1",
|
|
41
|
+
"ts-patch": "^3.3.0",
|
|
42
|
+
"typescript": "~5.8.2",
|
|
43
|
+
"typescript-transform-paths": "^3.4.7",
|
|
44
|
+
"typia": "^9.0.0-dev.20250406"
|
|
45
|
+
},
|
|
46
|
+
"files": [
|
|
47
|
+
"lib",
|
|
48
|
+
"src",
|
|
49
|
+
"README.md",
|
|
50
|
+
"LICENSE",
|
|
51
|
+
"package.json"
|
|
52
|
+
]
|
|
53
|
+
}
|