{
  "name": "weas",
  "version": "0.2.10",
  "description": "WEAS (Web Environment for Atomic Structures) is a JavaScript library to visualize and manipulate atomistic structures in the browser",
  "main": "dist/index.cjs.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    }
  },
  "style": "dist/style.css",
  "type": "module",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "webpack --mode production && cp src/style.css dist/ && cp src/index.d.ts dist/",
    "sync-version": "node scripts/sync-version.cjs",
    "test": "jest",
    "version": "node scripts/sync-version.cjs",
    "start": "live-server . "
  },
  "peerDependencies": {
    "dat.gui": "^0.7.9",
    "three": "^0.169.0"
  },
  "devDependencies": {
    "@babel/core": "^7.27.4",
    "@babel/preset-env": "^7.27.2",
    "@playwright/test": "^1.52.1",
    "@types/node": "^20.11.24",
    "babel-jest": "^30.0.0",
    "babel-loader": "^10.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^24.0.0",
    "live-server": "^1.2.2",
    "playwright": "^1.52.1",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "license": "MIT",
  "author": "Xing Wang",
  "repository": {
    "type": "git",
    "url": "https://github.com/superstar54/weas.git"
  },
  "keywords": [
    "weas",
    "3d",
    "atoms",
    "threejs",
    "visualization"
  ]
}
