luma.gl/modules/webgpu/package.json
2022-12-01 15:23:06 -05:00

37 lines
864 B
JSON

{
"name": "@luma.gl/webgpu",
"version": "9.0.0-alpha.9",
"description": "WebGPU adapter for the luma.gl API",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visgl/luma.gl"
},
"keywords": [
"webgpu",
"visualization",
"animation",
"3d"
],
"types": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"src",
"dist",
"README.md"
],
"sideEffects": false,
"scripts": {
"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/api": "9.0.0-alpha.9",
"@webgpu/types": "^0.1.9",
"probe.gl": "^3.2.1"
},
"gitHead": "81e93840f31f0e32f86dfea6b576acf2c2d9caec"
}