magnitude-test
Version:
A TypeScript client for running automated UI tests through the Magnitude testing platform
87 lines (86 loc) • 2.13 kB
JSON
{
"name": "magnitude-test",
"version": "0.3.7",
"description": "A TypeScript client for running automated UI tests through the Magnitude testing platform",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"bin": {
"magnitude": "dist/cli.js"
},
"exports": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/magnitudedev/magnitude.git"
},
"homepage": "https://github.com/magnitudedev/magnitude#readme",
"bugs": {
"url": "https://github.com/magnitudedev/magnitude/issues"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && pkgroll",
"check": "tsc --noEmit",
"cli": "bun src/cli.ts",
"cli-bin": "bun dist/cli.js",
"pubdev": "bun run build && yalc publish --force --push"
},
"keywords": [
"testing",
"ui-testing",
"automation",
"magnitude",
"typescript"
],
"author": {
"name": "Magnitude",
"email": "founders@magnitude.run",
"url": "https://magnitude.run"
},
"contributors": [
"Anders Lie <anders@magnitude.run>",
"Tom Greenwald <tom@magnitude.run>"
],
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^22.13.4",
"@types/react": "^18.2.0",
"pkgroll": "^2.10.0",
"typescript": "~5.7.2",
"playwright": "npm:rebrowser-playwright@^1.52.0"
},
"dependencies": {
"@commander-js/extra-typings": "^14.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@types/terminal-kit": "^2.5.7",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"dotenv": "^16.5.0",
"esbuild": "^0.25.1",
"glob": "^11.0.1",
"jiti": "^2.4.2",
"log-update": "^6.1.0",
"magnitude-core": "0.2.28",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"playwright": "^1.51.0",
"posthog-node": "^4.18.0",
"std-env": "^3.9.0",
"zod": "^3.24.2"
}
}