@novice1/api-doc-json-helper 1.0.1 → 1.0.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.
- package/package.json +47 -47
package/package.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@novice1/api-doc-json-helper",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"build": "tsc",
|
|
8
|
-
"lint": "eslint .",
|
|
9
|
-
"test": "ts-node ./test/usage.test.ts"
|
|
10
|
-
},
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "git+https://github.com/kisiwu/novice-api-doc-json-helper.git"
|
|
14
|
-
},
|
|
15
|
-
"author": "demingongo",
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"bugs": {
|
|
18
|
-
"url": "https://github.com/kisiwu/novice-api-doc-json-helper/issues"
|
|
19
|
-
},
|
|
20
|
-
"homepage": "https://github.com/kisiwu/novice-api-doc-json-helper#readme",
|
|
21
|
-
"keywords": [
|
|
22
|
-
"openapi",
|
|
23
|
-
"postman",
|
|
24
|
-
"swagger",
|
|
25
|
-
"json"
|
|
26
|
-
],
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@novice1/api-doc-generator": "^1.0.0",
|
|
29
|
-
"tslib": "^2.8.1"
|
|
30
|
-
},
|
|
31
|
-
"devDependencies": {
|
|
32
|
-
"@eslint/eslintrc": "^3.3.1",
|
|
33
|
-
"@eslint/js": "^9.25.1",
|
|
34
|
-
"@novice1/routing": "^2.0.0",
|
|
35
|
-
"@stylistic/eslint-plugin-js": "^4.2.0",
|
|
36
|
-
"@types/chai": "^5.2.1",
|
|
37
|
-
"@types/express": "^5.0.1",
|
|
38
|
-
"@types/node": "^22.14.1",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
|
40
|
-
"@typescript-eslint/parser": "^8.31.0",
|
|
41
|
-
"chai": "^5.2.0",
|
|
42
|
-
"eslint": "^9.25.1",
|
|
43
|
-
"kaukau": "^4.1.5",
|
|
44
|
-
"ts-node": "^10.9.2",
|
|
45
|
-
"typescript": "^5.8.3"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@novice1/api-doc-json-helper",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "tsc",
|
|
8
|
+
"lint": "eslint .",
|
|
9
|
+
"test": "ts-node ./test/usage.test.ts"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/kisiwu/novice-api-doc-json-helper.git"
|
|
14
|
+
},
|
|
15
|
+
"author": "demingongo",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/kisiwu/novice-api-doc-json-helper/issues"
|
|
19
|
+
},
|
|
20
|
+
"homepage": "https://github.com/kisiwu/novice-api-doc-json-helper#readme",
|
|
21
|
+
"keywords": [
|
|
22
|
+
"openapi",
|
|
23
|
+
"postman",
|
|
24
|
+
"swagger",
|
|
25
|
+
"json"
|
|
26
|
+
],
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@novice1/api-doc-generator": "^1.0.0",
|
|
29
|
+
"tslib": "^2.8.1"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
33
|
+
"@eslint/js": "^9.25.1",
|
|
34
|
+
"@novice1/routing": "^2.0.0",
|
|
35
|
+
"@stylistic/eslint-plugin-js": "^4.2.0",
|
|
36
|
+
"@types/chai": "^5.2.1",
|
|
37
|
+
"@types/express": "^5.0.1",
|
|
38
|
+
"@types/node": "^22.14.1",
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
|
40
|
+
"@typescript-eslint/parser": "^8.31.0",
|
|
41
|
+
"chai": "^5.2.0",
|
|
42
|
+
"eslint": "^9.25.1",
|
|
43
|
+
"kaukau": "^4.1.5",
|
|
44
|
+
"ts-node": "^10.9.2",
|
|
45
|
+
"typescript": "^5.8.3"
|
|
46
|
+
}
|
|
47
|
+
}
|