File size: 667 Bytes
dc7ee79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "morphus",
  "version": "0.1.0",
  "description": "Morphus converts HTML into editable Figma designs with a deterministic local pipeline",
  "type": "module",
  "main": "scripts/convert.js",
  "scripts": {
    "convert": "node scripts/convert.js",
    "start": "node scripts/server.js",
    "server": "node scripts/server.js",
    "snapshot:update": "node scripts/update-snapshot.js",
    "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js"
  },
  "dependencies": {
    "commander": "^12.0.0",
    "playwright-core": "^1.60.0"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "playwright": "^1.60.0"
  }
}