luma.gl/modules/test-utils/package.json
2023-01-01 17:26:38 -05:00

52 lines
1.1 KiB
JSON

{
"name": "@luma.gl/test-utils",
"version": "9.0.0-alpha.14",
"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"
],
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"src",
"dist",
"README.md"
],
"browser": {
"gl": false
},
"scripts": {
"pre-build": "echo test utils has no bundle"
},
"dependencies": {
"@probe.gl/env": "^3.5.0",
"@types/gl": "^6.0.2",
"gl": "^6.0.1"
},
"peerDependencies": {
"@luma.gl/api": "9.0.0-alpha.13",
"@luma.gl/webgl": "9.0.0-alpha.13",
"@luma.gl/webgpu": "9.0.0-alpha.13",
"@probe.gl/test-utils": "^3.5.0"
},
"engines_comment": [
"gl needs recent minor version Node 16.x"
],
"engines": {
"node": ">=16.18.0"
},
"gitHead": "81e93840f31f0e32f86dfea6b576acf2c2d9caec"
}