{
  "name": "inclusive-web-components",
  "version": "0.0.16",
  "description": "Inclusive UI elements library based on web components",
  "files": [
    "lib/**/*"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type":"module", 
  "scripts": {
    "format": "npx prettier --write .",
    "lint": "tslint -p tsconfig.json",
    "test": "tsc && karma start --coverage",
    "build": "tsc",
    "prepare": "npm run build",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "author": "Fausto Braz",
  "license": "MIT",
  "dependencies": {
    "lit": "^2.0.0"
  },
  "devDependencies": {
    "jasmine": "^4.2.1",
    "@open-wc/eslint-config": "^7.0.0",
    "@open-wc/testing": "^2.0.0",
    "@open-wc/testing-karma": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "deepmerge": "^3.2.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.5.0",
    "prettier": "^2.7.1",
    "ts-loader": "^9.2.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.4.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fstbraz/inclusive-web-components.git"
  },
  "keywords": [
    "Accessibility",
    "Web",
    "Components",
    "Ui",
    "Library",
    "Inclusive"
  ]
}
