-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "pingfusi",
"version": "0.14.0",
"description": "pingfusi: clone websites pixel-perfect and polish any AI-built draft, verified with review rounds. Enforced, gated workflow — a green check is a command that exits 0, never a screenshot.",
"keywords": [
"pingfusi",
"pixel-perfect",
"clone",
"css",
"visual-regression",
"diff",
"workflow",
"agent",
"review-loop"
],
"license": "MIT",
"type": "commonjs",
"bin": {
"pingfusi": "bin/pingfusi"
},
"files": [
"bin/",
"harness/",
"tools/",
"skill/",
"vendor/",
"docs/",
"use-cases/",
"packages/core/",
"packages/motion/"
],
"engines": {
"node": "^20.17.0 || ^22.13.0 || >=23.5.0"
},
"dependencies": {
"@inquirer/prompts": "^8.5.2",
"boxen": "^8.0.1",
"open": "^10.1.2",
"ora": "^9.4.0",
"picocolors": "^1.1.1"
},
"scripts": {
"test": "node harness/regression.js",
"test:motion": "npm --prefix packages/motion test"
},
"homepage": "https://pingfusi.com",
"repository": {
"type": "git",
"url": "git+https://github.com/alex-durango/pingfusi.git"
}
}