{
  "name": "@tinoe/glk",
  "version": "1.0.6-alpha.1",
  "description": "> TODO: description",
  "author": "小孩别放肆 <zhoujindong@bytedance.com>",
  "homepage": "",
  "license": "ISC",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "watch": "tsc -w",
    "postbuild": "webpack --config webpack.config.js"
  },
  "sideEffects": false,
  "dependencies": {
    "@tinoe/gla": "^1.0.6-alpha",
    "@tinoe/glb": "^1.0.6-alpha",
    "@tinoe/glc": "^1.0.6-alpha",
    "@tinoe/gle": "^1.0.6-alpha.1"
  },
  "devDependencies": {
    "terser-webpack-plugin": "^5.3.1",
    "ts-loader": "^9.2.8",
    "typescript": "^4.7.3",
    "webpack": "^5.69.1",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "48393140d453cbb19b7a0921f8c78b8fa6873cd4"
}
