luma.gl/modules/webgpu/package.json
2022-03-28 17:10:48 -07:00

37 lines
864 B
JSON

{
"name": "@luma.gl/webgpu",
"version": "9.0.0-alpha.2",
"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.2",
"@webgpu/types": "^0.1.9",
"probe.gl": "^3.2.1"
},
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
}