framer-export 4.4.3 → 5.0.0-beta.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,14 +1,14 @@
1
1
  {
2
2
  "name": "framer-export",
3
- "version": "4.4.3",
4
- "description": "Export any Framer, Webflow, or Wix site into a fully working local mirror. Downloads all assets, strips badges, rewrites URLs, and pretty-prints JS.",
3
+ "version": "5.0.0-beta.2",
4
+ "description": "Export 25+ website platforms (Framer, Webflow, Wix, Shopify, Notion, WordPress, Squarespace, Ghost, and more) into a fully working local mirror. Downloads all assets, strips badges, rewrites URLs, and pretty-prints JS.",
5
5
  "type": "module",
6
6
  "main": "dist/cli/index.js",
7
7
  "types": "dist/cli/index.d.ts",
8
8
  "bin": {
9
- "framer-export": "./bin/framer-export.js",
10
- "fexport": "./bin/fexport.js",
11
- "framerexport": "./bin/framerexport.js"
9
+ "framer-export": "bin/framer-export.js",
10
+ "fexport": "bin/fexport.js",
11
+ "framerexport": "bin/framerexport.js"
12
12
  },
13
13
  "files": [
14
14
  "dist/",
@@ -20,6 +20,7 @@
20
20
  "start": "tsx src/cli/index.ts",
21
21
  "dev": "tsx src/cli/index.ts",
22
22
  "build": "tsup",
23
+ "test": "node --import tsx --test tests/unit/*.test.ts",
23
24
  "typecheck": "tsc --noEmit",
24
25
  "format": "prettier --write \"src/**/*.ts\"",
25
26
  "prepublishOnly": "npm run build",
@@ -29,6 +30,14 @@
29
30
  "framer",
30
31
  "webflow",
31
32
  "wix",
33
+ "shopify",
34
+ "notion",
35
+ "wordpress",
36
+ "squarespace",
37
+ "ghost",
38
+ "carrd",
39
+ "bubble",
40
+ "gumroad",
32
41
  "exporter",
33
42
  "export",
34
43
  "scraper",
@@ -52,10 +61,8 @@
52
61
  },
53
62
  "dependencies": {
54
63
  "chalk": "^5.3.0",
55
- "ora": "^8.0.0",
56
64
  "prettier": "^3.2.0",
57
- "puppeteer": "^22.0.0",
58
- "readline-promise": "^1.0.5"
65
+ "puppeteer": "^22.0.0"
59
66
  },
60
67
  "devDependencies": {
61
68
  "@types/node": "^22.0.0",