@mements/gx
Version:
Galaxy Browser Automation CLI and Library
51 lines • 957 B
JSON
{
"name": "@mements/gx",
"version": "1.0.0",
"description": "Galaxy Browser Automation CLI and Library",
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"bin": {
"gx": "./gx.ts"
},
"files": [
"src/**/*",
"gx.ts",
"server/index.ts",
"server/package.json",
"extension/**/*"
],
"scripts": {
"dev": "bun run gx.ts",
"build": "bun build gx.ts --target=bun --outfile=gx",
"test": "bun test"
},
"keywords": [
"browser",
"automation",
"cli",
"galaxy",
"chrome",
"extension",
"gx"
],
"author": "Galaxy Team",
"license": "MIT",
"engines": {
"bun": ">=1.0.0",
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/galaxy-team/gx"
},
"dependencies": {
"@ments/web": "*",
"@ments/utils": "*",
"zod": "*"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
}
}