agmd 0.3.13 → 0.3.14
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/README.md +0 -2
- package/package.json +12 -14
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agmd",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.14",
|
|
4
4
|
"description": "auto generate markdown for node, Classification of engineering documents, Absolute path to relative path",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node",
|
|
@@ -34,31 +34,32 @@
|
|
|
34
34
|
"type": "git",
|
|
35
35
|
"url": "git@github.com:kakajun/auto-generate-md.git"
|
|
36
36
|
},
|
|
37
|
+
"dependencies":{
|
|
38
|
+
"consola": "^3.2.3",
|
|
39
|
+
"fs-extra": "^11.2.0",
|
|
40
|
+
"arg": "5.0.2",
|
|
41
|
+
"commander": "^11.1.0",
|
|
42
|
+
"node-environment": "^0.5.1",
|
|
43
|
+
"prompts": "^2.4.2",
|
|
44
|
+
"@types/prompts": "^2.4.9"
|
|
45
|
+
},
|
|
37
46
|
"devDependencies": {
|
|
38
47
|
"@types/debug": "^4.1.12",
|
|
39
48
|
"@types/fs-extra": "^11.0.4",
|
|
40
49
|
"@types/jest": "^29.5.11",
|
|
41
50
|
"@types/node": "^20.11.10",
|
|
42
|
-
"
|
|
43
|
-
"eslint-plugin-import": "^2.29.1",
|
|
51
|
+
"eslint-plugin-import": "^2.29.1",
|
|
44
52
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
45
53
|
"@typescript-eslint/parser": "^6.19.1",
|
|
46
|
-
"arg": "5.0.2",
|
|
47
|
-
"commander": "^11.1.0",
|
|
48
|
-
"debug": "^4.3.4",
|
|
49
54
|
"eslint": "^8.56.0",
|
|
50
55
|
"eslint-config-prettier": "^9.1.0",
|
|
51
|
-
"fs-extra": "^11.2.0",
|
|
52
56
|
"husky": "^9.0.6",
|
|
53
57
|
"jest": "^29.7.0",
|
|
54
58
|
"lint-staged": "^15.2.0",
|
|
55
|
-
"node-environment": "^0.5.1",
|
|
56
59
|
"nodemon": "^3.0.3",
|
|
57
60
|
"prettier": "^3.2.4",
|
|
58
|
-
"prompts": "^2.4.2",
|
|
59
61
|
"ts-jest": "^29.1.2",
|
|
60
62
|
"ts-node": "^10.9.2",
|
|
61
|
-
"consola": "^3.2.3",
|
|
62
63
|
"typescript": "^5.3.3",
|
|
63
64
|
"ts-node-dev":"^2.0.0"
|
|
64
65
|
},
|
|
@@ -74,8 +75,5 @@
|
|
|
74
75
|
"files": [
|
|
75
76
|
"es6",
|
|
76
77
|
"lib"
|
|
77
|
-
]
|
|
78
|
-
"dependencies": {
|
|
79
|
-
"node-environment": "^0.5.1"
|
|
80
|
-
}
|
|
78
|
+
]
|
|
81
79
|
}
|