@math.gl/types
Version:
TypeScript types for math.gl
40 lines (39 loc) • 756 B
JSON
{
"name": "@math.gl/types",
"description": "TypeScript types for math.gl",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"version": "4.1.0",
"keywords": [
"typescript",
"javascript",
"webgl",
"math",
"array type"
],
"repository": {
"type": "git",
"url": "https://github.com/visgl/math.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"
],
"sideEffects": [
"./src/bigint.js"
],
"gitHead": "76820f54e2a9034b42bd24ffeb381cc4e01ad46e"
}