{
  "name": "@glassesusa/dsm",
  "version": "4.6.2",
  "private": false,
  "description": "The full documentation for the system can be found at https://glassesusa.github.io/dsm-docs/",
  "main": "dsm-effects.js",
  "scripts": {
    "test": "echo \"No test specified\"",
    "semantic-release": "semantic-release",
    "webpack": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/optimaxdev/dsm.git"
  },
  "author": "GlassesUSA",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/optimaxdev/dsm/issues"
  },
  "homepage": "https://github.com/optimaxdev/dsm#readme",
  "dependencies": {
    "@semantic-release/git": "^10.0.1",
    "source-map-loader": "^3.0.0",
    "swiper": "^7.0.9",
    "ts-loader": "^9.2.6",
    "typescript": "^4.4.4",
    "webpack": "^5.59.1"
  },
  "devDependencies": {
    "semantic-release": "^18.0.1",
    "terser-webpack-plugin": "^5.2.5",
    "webpack-cli": "^6.0.1"
  },
  "release": {
    "branches": [
      "master",
      "heads/master"
    ]
  }
}
