-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.38 KB
/
package.json
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
52
53
54
55
56
57
{
"name": "@brewcoua/web-som",
"version": "1.2.4",
"author": {
"name": "Brewen Couaran",
"email": "contact@brewen.dev",
"url": "https://brewen.dev"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brewcoua/web-som.git"
},
"main": "./SoM.min.js",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/rbush": "^3.0.3",
"conventional-changelog-conventionalcommits": "^8.0.0",
"prettier": "^3.2.5",
"rbush": "^3.0.1",
"rollup": "^4.18.0",
"rollup-plugin-string": "^3.0.0",
"semantic-release": "^24.0.0",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
},
"bugs": {
"url": "https://github.com/brewcoua/web-som/issues",
"email": "contact@brewen.dev"
},
"description": "Set-of-Marks script for web grounding, used for web agent automation",
"files": [
"SoM.min.js",
"SoM.min.js.map",
"SoM.js",
"SoM.js.map"
],
"homepage": "https://github.com/brewcoua/web-som#readme",
"keywords": [
"web",
"agent",
"automation",
"set-of-marks",
"som"
],
"license": "(MIT OR Apache-2.0)",
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w"
}
}