opencroc 0.6.1 → 1.3.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/LICENSE +21 -21
- package/README.en.md +414 -340
- package/README.ja.md +386 -317
- package/README.md +417 -340
- package/README.zh-CN.md +414 -340
- package/dist/cli/index.js +1405 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +1188 -3
- package/dist/index.js +4112 -248
- package/dist/index.js.map +1 -1
- package/dist/web/index.html +734 -0
- package/package.json +80 -75
package/package.json
CHANGED
|
@@ -1,75 +1,80 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "opencroc",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "AI-native E2E testing framework — source-aware test generation, intelligent validation, and self-healing",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"e2e",
|
|
7
|
-
"testing",
|
|
8
|
-
"ai",
|
|
9
|
-
"playwright",
|
|
10
|
-
"test-generation",
|
|
11
|
-
"self-healing",
|
|
12
|
-
"source-aware"
|
|
13
|
-
],
|
|
14
|
-
"homepage": "https://opencroc.com",
|
|
15
|
-
"bugs": {
|
|
16
|
-
"url": "https://github.com/opencroc/opencroc/issues"
|
|
17
|
-
},
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "git+https://github.com/opencroc/opencroc.git"
|
|
21
|
-
},
|
|
22
|
-
"license": "MIT",
|
|
23
|
-
"author": "OpenCroc Contributors",
|
|
24
|
-
"type": "module",
|
|
25
|
-
"main": "./dist/index.js",
|
|
26
|
-
"types": "./dist/index.d.ts",
|
|
27
|
-
"bin": {
|
|
28
|
-
"opencroc": "dist/cli/index.js"
|
|
29
|
-
},
|
|
30
|
-
"files": [
|
|
31
|
-
"dist",
|
|
32
|
-
"README.md",
|
|
33
|
-
"LICENSE"
|
|
34
|
-
],
|
|
35
|
-
"scripts": {
|
|
36
|
-
"build": "tsup",
|
|
37
|
-
"dev": "tsup --watch",
|
|
38
|
-
"
|
|
39
|
-
"lint
|
|
40
|
-
"
|
|
41
|
-
"test
|
|
42
|
-
"test:
|
|
43
|
-
"test:
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
},
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "opencroc",
|
|
3
|
+
"version": "1.3.0",
|
|
4
|
+
"description": "AI-native E2E testing framework — source-aware test generation, intelligent validation, and self-healing",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"e2e",
|
|
7
|
+
"testing",
|
|
8
|
+
"ai",
|
|
9
|
+
"playwright",
|
|
10
|
+
"test-generation",
|
|
11
|
+
"self-healing",
|
|
12
|
+
"source-aware"
|
|
13
|
+
],
|
|
14
|
+
"homepage": "https://opencroc.com",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/opencroc/opencroc/issues"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "git+https://github.com/opencroc/opencroc.git"
|
|
21
|
+
},
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"author": "OpenCroc Contributors",
|
|
24
|
+
"type": "module",
|
|
25
|
+
"main": "./dist/index.js",
|
|
26
|
+
"types": "./dist/index.d.ts",
|
|
27
|
+
"bin": {
|
|
28
|
+
"opencroc": "dist/cli/index.js"
|
|
29
|
+
},
|
|
30
|
+
"files": [
|
|
31
|
+
"dist",
|
|
32
|
+
"README.md",
|
|
33
|
+
"LICENSE"
|
|
34
|
+
],
|
|
35
|
+
"scripts": {
|
|
36
|
+
"build": "tsup",
|
|
37
|
+
"dev": "tsup --watch",
|
|
38
|
+
"serve": "node dist/cli/index.js serve",
|
|
39
|
+
"lint": "eslint src/",
|
|
40
|
+
"lint:fix": "eslint src/ --fix",
|
|
41
|
+
"test": "vitest run --config vitest.config.ts",
|
|
42
|
+
"test:stable": "vitest run --config vitest.config.ts",
|
|
43
|
+
"test:watch": "vitest --config vitest.config.ts",
|
|
44
|
+
"test:coverage": "vitest run --config vitest.config.ts --coverage",
|
|
45
|
+
"typecheck": "tsc --noEmit",
|
|
46
|
+
"prepublishOnly": "npm run build"
|
|
47
|
+
},
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@fastify/static": "^9.0.0",
|
|
50
|
+
"@fastify/websocket": "^11.2.0",
|
|
51
|
+
"chalk": "^5.3.0",
|
|
52
|
+
"commander": "^12.1.0",
|
|
53
|
+
"cosmiconfig": "^9.0.0",
|
|
54
|
+
"fastify": "^5.8.2",
|
|
55
|
+
"glob": "^10.3.10",
|
|
56
|
+
"ts-morph": "^22.0.0"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@eslint/js": "^10.0.1",
|
|
60
|
+
"@types/node": "^20.11.0",
|
|
61
|
+
"@types/ws": "^8.18.1",
|
|
62
|
+
"eslint": "^10.0.3",
|
|
63
|
+
"globals": "^17.4.0",
|
|
64
|
+
"tsup": "^8.0.0",
|
|
65
|
+
"typescript": "^5.4.0",
|
|
66
|
+
"typescript-eslint": "^8.57.0",
|
|
67
|
+
"vitest": "^1.6.0"
|
|
68
|
+
},
|
|
69
|
+
"peerDependencies": {
|
|
70
|
+
"@playwright/test": ">=1.40.0"
|
|
71
|
+
},
|
|
72
|
+
"peerDependenciesMeta": {
|
|
73
|
+
"@playwright/test": {
|
|
74
|
+
"optional": false
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"engines": {
|
|
78
|
+
"node": ">=18.0.0"
|
|
79
|
+
}
|
|
80
|
+
}
|