@deck.gl/json
Version:
JSON format rendering components for deck.gl
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "@deck.gl/json",
"description": "JSON format rendering components for deck.gl",
"license": "MIT",
"type": "module",
"version": "9.1.14",
"publishConfig": {
"access": "public"
},
"keywords": [
"webgl",
"visualization",
"overlay",
"layer"
],
"repository": {
"type": "git",
"url": "https://github.com/visgl/deck.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src",
"dist.min.js"
],
"sideEffects": false,
"scripts": {
"build-bundle": "ocular-bundle ./bundle.ts",
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"jsep": "^0.3.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.1.0"
},
"gitHead": "024534cc087af7c10c5c6d1316cf06bffe01cceb"
}