luma.gl/modules/test-utils/package.json
2025-08-09 09:25:14 -04:00

51 lines
1.1 KiB
JSON

{
"name": "@luma.gl/test-utils",
"version": "9.2.0-alpha.6",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"type": "module",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/luma.gl"
},
"keywords": [
"webgpu",
"webgl",
"automation",
"test"
],
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"src",
"dist",
"README.md"
],
"scripts": {
"pre-build": "echo test utils has no bundle"
},
"peerDependencies": {
"@luma.gl/core": "9.2.0-alpha.6",
"@luma.gl/engine": "9.2.0-alpha.6",
"@luma.gl/shadertools": "9.2.0-alpha.6",
"@luma.gl/webgl": "9.2.0-alpha.6",
"@luma.gl/webgpu": "9.2.0-alpha.6"
},
"dependencies": {
"@probe.gl/env": "^4.0.8",
"@probe.gl/stats": "^4.0.8"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
}