luma.gl/modules/test-utils/package.json
2021-01-23 16:52:25 -08:00

43 lines
971 B
JSON

{
"name": "@luma.gl/test-utils",
"version": "8.4.0-beta.2",
"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": "src/index.d.ts",
"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.4.0-alpha.1",
"@luma.gl/debug": "8.4.0-alpha.1",
"@luma.gl/gltools": "8.4.0-alpha.1",
"@luma.gl/webgl": "8.4.0-alpha.1",
"@probe.gl/test-utils": "^3.2.1"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
}