@dypnb/dev-tools 1.0.0 → 1.0.1

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.0",
3
+ "version": "1.0.1",
4
4
  "description": "开发时的提效工具",
5
5
  "main": "lib/bundle.cjs.js",
6
6
  "jsnext:main": "lib/bundle.esm.js",
@@ -12,21 +12,22 @@
12
12
  "build": "npm run clean && npx rollup -c rollup.config.js && npm run build:types",
13
13
  "build:types": "npx tsc",
14
14
  "clean": "rimraf ./dist",
15
+ "publish": "npm run build && npm publish",
15
16
  "genPage": "node ./dist/genPage/index.js",
16
17
  "docs:dev": "vitepress dev docs --host ",
17
18
  "docs:build": "vitepress build docs",
18
19
  "docs:preview": "vitepress preview docs"
19
20
  },
20
- "dependencies": {
21
+ "dependencies": {},
22
+ "devDependencies": {
21
23
  "axios": "^1.4.0",
22
24
  "chalk": "4.1.0",
23
25
  "execa": "^5.1.1",
24
26
  "findup-sync": "^5.0.0",
25
27
  "moment": "^2.29.4",
26
28
  "ora": "^5.2.0",
27
- "scp2": "^0.5.0"
28
- },
29
- "devDependencies": {
29
+ "scp2": "^0.5.0",
30
+
30
31
  "@babel/core": "^7.22.8",
31
32
  "@rollup/plugin-babel": "^6.0.3",
32
33
  "@rollup/plugin-commonjs": "^25.0.2",