@dypnb/dev-tools 1.0.9 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dypnb/dev-tools",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "开发时的提效工具",
5
5
  "main": "lib/bundle.cjs.js",
6
6
  "jsnext:main": "lib/bundle.esm.js",
@@ -16,11 +16,12 @@
16
16
  "genPage": "node ./dist/genPage/index.esm.js",
17
17
  "docs:dev": "vitepress dev docs --host ",
18
18
  "docs:build": "vitepress build docs",
19
- "docs:preview": "vitepress preview docs",
20
- "publishD": "dyp-publish"
19
+ "docs:preview": "vitepress preview docs"
21
20
  },
22
21
  "bin": {
23
- "dyp-publish": "src/publish-server/index.mjs"
22
+ "dyp-publish": "dist/publishServer/index.cjs",
23
+ "dyp-genSwagger": "dist/genSwagger/index.cjs",
24
+ "dyp-genPage": "dist/genPage/index.cjs"
24
25
  },
25
26
  "dependencies": {
26
27
  "@dypnb/dev-tools": "^1.0.5",