{
  "name": "xl-pano",
  "version": "0.5.5",
  "description": "一个基于 Typescript 的，同时支持立方体和球体场景的轻量开源库。",
  "keywords": ["panorama", "pano", "全景", "3D"],
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "dev": "webpack serve --open --config config/webpack-dev.js",
    "build:example": "webpack --config config/webpack-example.js",
    "build:umd": "webpack --config config/webpack-prod.js",
    "build:min": "webpack --config config/webpack-prod-min.js",
    "build": "rm -rf dist && node build.js",
    "deploy": "cd dist && npm publish"
  },
  "author": "xulai",
  "repository": {
    "type": "git",
    "url": "https://github.com/breeze-blowing/xlpano"
  },
  "license": "MIT",
  "devDependencies": {
    "html-webpack-plugin": "^5.3.2",
    "raw-loader": "^4.0.2",
    "source-map-loader": "^3.0.0",
    "ts-loader": "^9.2.6",
    "typescript": "^4.4.3",
    "webpack": "^5.55.0",
    "webpack-cli": "^4.8.0",
    "webpack-dev-server": "^4.3.0",
    "webpack-merge": "^5.8.0"
  }
}
