shipfe 1.1.0 → 1.1.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/bin/shipfe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipfe",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "description": "A deployment tool for web applications",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -8,13 +8,9 @@
8
8
  },
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
- "build": "npm run build",
12
- "build-dev-admin": "npm run build",
13
- "build-dev-bu": "npm run build",
14
- "build-dev-shop": "npm run build",
15
- "build-dev-customer": "npm run build",
16
- "build-prod-admin": "npm run build",
17
- "build-prod-api": "npm run build"
11
+ "docs:dev": "vitepress dev docs",
12
+ "docs:build": "vitepress build docs",
13
+ "docs:preview": "vitepress preview docs"
18
14
  },
19
15
  "keywords": [
20
16
  "deployment",
@@ -25,9 +21,13 @@
25
21
  "author": "Jans",
26
22
  "repository": {
27
23
  "type": "git",
28
- "url": "https://github.com/Master-Jian/shipfe-rust.git"
24
+ "url": "git+https://github.com/Master-Jian/shipfe-rust.git"
29
25
  },
30
26
  "license": "MIT",
27
+ "files": [
28
+ "bin/shipfe",
29
+ "README.md"
30
+ ],
31
31
  "os": [
32
32
  "darwin",
33
33
  "linux",
@@ -36,5 +36,16 @@
36
36
  "cpu": [
37
37
  "x64",
38
38
  "arm64"
39
- ]
39
+ ],
40
+ "directories": {
41
+ "doc": "docs"
42
+ },
43
+ "type": "module",
44
+ "bugs": {
45
+ "url": "https://github.com/Master-Jian/shipfe-rust/issues"
46
+ },
47
+ "homepage": "https://github.com/Master-Jian/shipfe-rust#readme",
48
+ "devDependencies": {
49
+ "vitepress": "^1.6.4"
50
+ }
40
51
  }
@@ -1,5 +0,0 @@
1
- {
2
- "cSpell.words": [
3
- "shipfe"
4
- ]
5
- }