UNPKG

@opra/testing

Version:

Opra testing package

46 lines 1.01 kB
{ "name": "@opra/testing", "version": "1.29.0", "description": "Opra testing package", "author": "Panates", "license": "MIT", "homepage": "https://www.oprajs.com", "dependencies": { "@browsery/type-is": "^2.0.2-r1", "@jsopen/objects": "^2.2.3", "ansi-colors": "^4.1.3", "rule-judgment": "^1.1.5", "tslib": "^2.8.1" }, "peerDependencies": { "@opra/client": "^1.29.0", "@opra/common": "^1.29.0", "expect": "^29.0.0 || ^30.0.0", "jest-matcher-utils": "^29.0.0 || ^30.0.0" }, "type": "module", "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./package.json": "./package.json" }, "engines": { "node": ">=20.0" }, "repository": { "type": "git", "url": "git+https://github.com/panates/opra.git", "directory": "packages/testing" }, "keywords": [ "opra", "testing" ], "publishConfig": { "access": "public" } }