{ "name": "@luma.gl/test-utils", "version": "8.1.0", "description": "Automated WebGL testing utilities with Puppeteer and image diffing", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/visgl/luma.gl" }, "keywords": [ "webgl2", "webgl", "automation", "testing" ], "main": "dist/es5/index.js", "module": "dist/esm/index.js", "esnext": "dist/es6/index.js", "files": [ "src", "dist", "README.md" ], "scripts": { "pre-build": "echo test utils has no bundle" }, "dependencies": { "probe.gl": "^3.2.1" }, "peerDependencies": { "@luma.gl/core": "^8.1.0-beta.1", "@luma.gl/debug": "^8.1.0-beta.1", "@luma.gl/gltools": "^8.1.0-beta.1", "@luma.gl/webgl": "^8.1.0-beta.1", "@probe.gl/test-utils": "^3.2.1" }, "gitHead": "3f8566893e360112486ccf306d3aaa264e072672" }