UNPKG

@snap/camera-kit

Version:
89 lines (88 loc) 2.16 kB
{ "name": "@snap/camera-kit", "version": "1.13.0", "license": "SEE LICENSE IN LICENSE.md", "description": "Camera Kit Web", "homepage": "https://ar.snap.com/camera-kit", "author": "Snap Inc.", "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./utils": { "types": "./dist/utils.d.ts", "default": "./dist/utils.js" } }, "types": "./dist/index.d.ts", "typesVersions": { "*": { ".": [ "dist/index.d.ts" ], "utils": [ "dist/utils.d.ts" ] } }, "files": [ "docs", "dist", "build_info.txt", "!**/__tests__", "!**/__mocks__" ], "keywords": [ "sdk", "camera-kit", "camera kit", "Snap", "Snapchat", "Augmented Reality", "Lens" ], "devDependencies": { "@babel/preset-env": "7.15.8", "@types/dom-webcodecs": "0.1.4", "@types/emscripten": "1.39.4", "@types/jest": "29.5.1", "@types/uuid": "^10.0.0", "@types/webxr": "0.5.5", "@typescript-eslint/eslint-plugin": "5.59.2", "@typescript-eslint/parser": "5.59.2", "eslint": "8.40.0", "eslint-plugin-comment-length": "^1.7.3", "eslint-plugin-import": "2.27.5", "eslint-plugin-prefer-arrow": "1.2.3", "fake-indexeddb": "3.1.7", "jest": "29.5.0", "jest-environment-jsdom": "^29.0.2", "prettier": "2.8.8", "ts-jest": "29.1.0", "ts-node": "10.9.1", "ts-proto": "2.2.4", "typedoc": "^0.27.3", "typedoc-plugin-markdown": "^4.3.1", "typedoc-plugin-mdn-links": "^4.0.3", "typescript": "5.0.4", "webpack": "5.72.0", "webpack-bundle-analyzer": "4.5.0", "webpack-cli": "4.9.2", "whatwg-fetch": "3.6.2" }, "dependencies": { "@bufbuild/protobuf": "^2.0.0", "@improbable-eng/grpc-web": "^0.15.0", "@snap/state-management": "^1.13.0", "@snap/ts-inject": "^0.3.1", "@types/trusted-types": "^2.0.7", "browser-fs-access": "^0.35.0", "browser-headers": "^0.4.1", "rxjs": "^7.5.7", "tslib": "^2.5.0", "uuid": "^10.0.0", "wasm-feature-detect": "^1.8.0" } }