-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 867 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 867 Bytes
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
{
"name": "vp-cloud-chrome-ext",
"version": "1.0.0",
"description": "A Chrome extension that helps create and manage Visualping Cloud monitoring jobs directly from the page you are viewing.",
"main": "background.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build:gemma": "esbuild lib/gemma/engine-source.js --bundle --format=esm --target=chrome120 --outfile=lib/gemma/engine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webmonitoring/vp-cloud-chrome-ext.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/webmonitoring/vp-cloud-chrome-ext/issues"
},
"homepage": "https://github.com/webmonitoring/vp-cloud-chrome-ext#readme",
"devDependencies": {
"@huggingface/transformers": "^4.2.0",
"esbuild": "^0.28.0"
}
}