mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "@luma.gl/test-utils",
|
|
"version": "9.0.0-alpha.42",
|
|
"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": [
|
|
"webgl2",
|
|
"webgl",
|
|
"automation",
|
|
"testing"
|
|
],
|
|
"types": "dist/index.d.ts",
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"browser": {
|
|
"gl": false
|
|
},
|
|
"scripts": {
|
|
"pre-build": "echo test utils has no bundle"
|
|
},
|
|
"dependencies": {
|
|
"@luma.gl/core": "9.0.0-alpha.42",
|
|
"@luma.gl/engine": "9.0.0-alpha.42",
|
|
"@luma.gl/webgl": "9.0.0-alpha.42",
|
|
"@luma.gl/webgpu": "9.0.0-alpha.42",
|
|
"@probe.gl/env": "^4.0.2",
|
|
"@types/gl": "^6.0.2",
|
|
"gl": "^6.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@luma.gl/core": "9.0.0-alpha.39",
|
|
"@luma.gl/webgl": "9.0.0-alpha.39",
|
|
"@luma.gl/webgpu": "9.0.0-alpha.39",
|
|
"@probe.gl/test-utils": "^4.0.2"
|
|
},
|
|
"engines_comment": [
|
|
"gl needs recent minor version of Node 16.x"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.18.0"
|
|
},
|
|
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
|
|
}
|