{
  "name": "@bimdata/2d-engine",
  "version": "2.6.4",
  "description": "An object oriented 2D viewer to load thousands of objects that you can select, highlight, hide, move with high performances",
  "main": "dist/2d-engine.js",
  "module": "dist/2d-engine.js",
  "unpkg": "dist/2d-engine.js",
  "types": "./types/index.d.ts",
  "type": "module",
  "files": [
    "dist/*",
    "types/*",
    "CHANGELOG.md",
    "README.md"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build && terser -c --module dist/2d-engine.js -o dist/2d-engine.js",
    "test": "npm run test:unit && npm run test:e2e",
    "serve": "vite --port 3030",
    "test:e2e": "npm run build && start-server-and-test serve http://localhost:3030 'cypress run'",
    "test:e2e-dev": "npm run build && start-server-and-test serve http://localhost:3030 'cypress open'",
    "test:unit": "jest",
    "prebuild": "rm -rf dist",
    "lint": "npx eslint .",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "2d",
    "viewer",
    "svg",
    "bim",
    "bimdata"
  ],
  "author": "BIMData.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bimdata/viewer-2d/issues"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  },
  "jest": {
    "testEnvironment": "jsdom",
    "transform": {
      "^.+\\.js$": "babel-jest"
    }
  },
  "homepage": "https://github.com/bimdata/viewer-2d#readme",
  "devDependencies": {
    "@babel/core": "7.21.8",
    "@babel/preset-env": "7.21.5",
    "@bimdata/eslint-config": "0.1.1",
    "@pixi/graphics-smooth": "1.0.0",
    "@pixi/unsafe-eval": "7.0.5",
    "@types/jest": "29.5.1",
    "babel-jest": "29.5.0",
    "cypress": "12.11.0",
    "eslint": "8.40.0",
    "jest": "29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "pixi.js": "7.0.5",
    "start-server-and-test": "^2.0.0",
    "terser": "5.17.2",
    "vite": "4.3.5"
  }
}
