@doppelgangerdev/doppelganger 0.2.2 → 0.3.6

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,18 @@ Doppelganger is a self-hosted, developer-focused browser automation and extracti
7
7
 
8
8
  This project is designed for local, controlled use cases. It does not claim to bypass protections and does not encourage unlawful activity.
9
9
 
10
+ ## Getting Started (npm)
11
+
12
+ ### Install
13
+ ```bash
14
+ npm i @doppelgangerdev/doppelganger
15
+ ```
16
+
17
+ ### Run
18
+ ```bash
19
+ npx doppelganger
20
+ ```
21
+
10
22
  ## Getting Started (Docker)
11
23
 
12
24
  ### Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doppelgangerdev/doppelganger",
3
- "version": "0.2.2",
3
+ "version": "0.3.6",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "dev": "vite",