{
  "name": "xatlasjs",
  "version": "0.2.0",
  "description": "",
  "main": "dist/xatlas.js",
  "scripts": {
    "build:emcc": "./build_web.sh",
    "build:emcc:node": "ENVIRONMENT=node ./build_web.sh",
    "build:web": "webpack --config webpack.config.js",
    "build": "npm run build:emcc && npm run build:web && npm run build:emcc:node"
  },
  "files": [
    "dist/*",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "file-loader": "^6.2.0",
    "source-map-loader": "^5.0.0",
    "webpack": "^5.94.0",
    "webpack-cli": "^5.1.4"
  },
  "optionalDependencies": {
    "comlink": "^4.3.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/repalash/xatlas.js.git"
  },
  "author": "Palash Bansal <palash@shaders.app>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/repalash/xatlas.js/issues"
  },
  "homepage": "https://github.com/repalash/xatlas.js#readme"
}
