caprover-api 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # CapRover API SDK (TypeScript)
1
+ https://github.com/caprover/caprover-api
2
2
 
3
- A simple, typed TypeScript SDK for the CapRover API.
3
+ # Official CapRover API SDK (TypeScript)
4
+
5
+ A simple, typed Typescript SDK for the CapRover API.
4
6
 
5
7
  ## Install
6
8
 
9
+ ```
7
10
  npm install caprover-api
8
-
9
- csharp
10
- Copy
11
- Edit
11
+ ```
12
12
 
13
13
  ## Usage
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caprover-api",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "API client for CapRover",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
@@ -14,6 +14,14 @@
14
14
  "dev": "rm -rf ./dist && npx tsc && node ./dist/example.js",
15
15
  "generate-barrels": "barrelsby --directory src/models"
16
16
  },
17
+ "keywords": [
18
+ "caprover",
19
+ "api"
20
+ ],
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/caprover/caprover-api.git"
24
+ },
17
25
  "author": "",
18
26
  "license": "ISC",
19
27
  "dependencies": {