devsurface 0.4.0 → 0.5.0

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,10 +1,29 @@
1
1
  {
2
2
  "name": "devsurface",
3
- "version": "0.4.0",
4
- "description": "Turn any Node.js repository into a local developer control panel.",
3
+ "version": "0.5.0",
4
+ "description": "Zero-config local developer dashboard and CLI for Node.js, Python, Go, and Java repositories. Detect scripts, env files, ports, Docker services, frameworks, logs, and repo health.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "mrfandu1",
8
+ "keywords": [
9
+ "developer-dashboard",
10
+ "local-development",
11
+ "nodejs",
12
+ "cli",
13
+ "developer-tools",
14
+ "developer-productivity",
15
+ "project-dashboard",
16
+ "repository-health",
17
+ "developer-onboarding",
18
+ "repository-scanner",
19
+ "npm-scripts",
20
+ "task-runner",
21
+ "docker-compose",
22
+ "port-checker",
23
+ "environment-checker",
24
+ "github-action",
25
+ "zero-config"
26
+ ],
8
27
  "repository": {
9
28
  "type": "git",
10
29
  "url": "git+https://github.com/mrfandu1/devsurface.git"