{ "name": "@antv/g-webgpu-core", "version": "0.7.2", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": true, "files": [ "lib", "es", "README.md" ], "scripts": { "tsc": "tsc --project tsconfig.build.json", "clean": "rimraf dist; rimraf es; rimraf lib;", "build": "run-p build:*", "build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start", "build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start", "watch": "BABEL_ENV=esm babel src --watch --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start" }, "author": "xiaoiver", "license": "ISC", "dependencies": { "eventemitter3": "^4.0.0", "gl-matrix": "^3.1.0", "lodash": "^4.17.15", "probe.gl": "^3.1.1" }, "devDependencies": { "@types/gl-matrix": "^2.4.5", "@types/lodash": "^4.14.138" }, "publishConfig": { "access": "public" } }