xref: /expo/packages/expo-gl/package.json (revision ee2c866b)
1{
2  "name": "expo-gl",
3  "version": "13.3.0",
4  "description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
5  "main": "build/index.js",
6  "types": "build/index.d.ts",
7  "sideEffects": false,
8  "scripts": {
9    "build": "expo-module build",
10    "clean": "expo-module clean",
11    "lint": "expo-module lint",
12    "test": "expo-module test",
13    "test:snapshots": "jest --updateSnapshot",
14    "prepare": "expo-module prepare",
15    "prepublishOnly": "expo-module prepublishOnly",
16    "expo-module": "expo-module"
17  },
18  "keywords": [
19    "react-native",
20    "expo",
21    "gl",
22    "glview",
23    "webgl"
24  ],
25  "repository": {
26    "type": "git",
27    "url": "https://github.com/expo/expo.git",
28    "directory": "packages/expo-gl"
29  },
30  "bugs": {
31    "url": "https://github.com/expo/expo/issues"
32  },
33  "homepage": "https://docs.expo.dev/versions/latest/sdk/gl-view/",
34  "author": "650 Industries, Inc.",
35  "license": "MIT",
36  "jest": {
37    "preset": "expo-module-scripts"
38  },
39  "dependencies": {
40    "invariant": "^2.2.4"
41  },
42  "devDependencies": {
43    "@types/invariant": "^2.2.33",
44    "@types/offscreencanvas": "2019.6.4",
45    "@types/webgl2": "^0.0.6",
46    "expo-module-scripts": "^3.0.0",
47    "react-test-renderer": "18.2.0"
48  },
49  "peerDependencies": {
50    "expo": "*"
51  }
52}
53