@devinnn/docdrift 0.1.0 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devinnn/docdrift",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "description": "Detect and remediate documentation drift with Devin sessions",
6
6
  "main": "dist/src/index.js",
@@ -11,9 +11,20 @@
11
11
  "engines": {
12
12
  "node": ">=20"
13
13
  },
14
- "files": ["dist/src"],
15
- "repository": { "type": "git", "url": "" },
16
- "keywords": ["docs", "drift", "openapi", "devin", "github-actions"],
14
+ "files": [
15
+ "dist/src"
16
+ ],
17
+ "repository": {
18
+ "type": "git",
19
+ "url": ""
20
+ },
21
+ "keywords": [
22
+ "docs",
23
+ "drift",
24
+ "openapi",
25
+ "devin",
26
+ "github-actions"
27
+ ],
17
28
  "license": "MIT",
18
29
  "scripts": {
19
30
  "build": "tsc -p tsconfig.json",
@@ -21,7 +32,9 @@
21
32
  "lint": "eslint .",
22
33
  "format": "prettier -w .",
23
34
  "openapi:export": "tsx apps/api/scripts/export-openapi.ts",
24
- "docs:check": "node scripts/docs-check.js",
35
+ "docs:gen": "npm run --prefix apps/docs-site docusaurus -- gen-api-docs api",
36
+ "docs:build": "npm run --prefix apps/docs-site build",
37
+ "docs:serve": "npm run --prefix apps/docs-site start",
25
38
  "docdrift": "tsx src/cli.ts"
26
39
  },
27
40
  "dependencies": {