Repository URL to install this package:
|
Version:
1.1.8 ▾
|
@kv-types/matterport
/
package.json
|
|---|
{
"name": "@kv-types/matterport",
"version": "1.1.8",
"description": "Type definitions for the Matterport Bundle SDK",
"license": "MIT",
"author": {
"name": "Wes Moberly",
"email": "wmoberly@kinetic-vision.com",
"url": "https://kinetic-vision.com"
},
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "tsc"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/three": "^0.135.0",
"three": "^0.135.0",
"~": "link:./src"
},
"devDependencies": {
"typescript": "^4.4.6"
},
"gitHead": "25950ed9f1d63dc0ae62e4b89701d3db21f8129a"
}