{
  "name": "iff-design-system",
  "version": "1.15.0",
  "description": "IFF Design System in lit 2.0",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "type": "module",
  "scripts": {
    "serve": "MODE=dev concurrently \"web-dev-server --open dev/ --node-resolve --watch\" \"npm run watch\" \"tsc --noEmit\"",
    "build": "node .esbuild.js",
    "watch": "node .esbuild.watch.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "analyze": "wca analyze \"src/**/*.ts\" --outFile custom-elements.json",
    "npm:publish": "npm run build && npm publish",
    "ci": "npm install && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/julianiff/design-system.git"
  },
  "keywords": [
    "Design",
    "System",
    "lit-html",
    "lit-element",
    "lit"
  ],
  "author": "Julian Iff",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/julianiff/design-system/issues"
  },
  "homepage": "https://github.com/julianiff/design-system#readme",
  "dependencies": {
    "json-to-lit-transformer": "^0.0.4",
    "lit": "^2.0.0-rc.2",
    "rxjs": "^6.6.7",
    "three": "^0.133.1"
  },
  "devDependencies": {
    "@types/three": "^0.133.0",
    "@lit-labs/motion": "^1.0.0-rc.2",
    "@types/jest": "^26.0.24",
    "@typescript-eslint/eslint-plugin": "^2.27.0",
    "@typescript-eslint/parser": "^2.27.0",
    "@web/dev-server": "^0.1.18",
    "@webcomponents/webcomponentsjs": "^2.5.0",
    "chalk": "^2.4.2",
    "concurrently": "^6.2.0",
    "es-module-shims": "^0.12.1",
    "esbuild": "^0.12.14",
    "esbuild-minify-templates": "^0.5.0",
    "esbuild-plugin-lit-css": "^1.0.0",
    "eslint": "^6.8.0",
    "fs": "^0.0.1-security",
    "path": "^0.12.7",
    "rimraf": "^2.6.3",
    "semantic-release": "^17.4.4",
    "typescript": "^4.3.5"
  },
  "customElements": "custom-elements.json"
}
