{
  "name": "lotusjs-components",
  "version": "3.1.2",
  "description": "LoutsJS is a framework based on x-tag and lavenderJS for developing HTML5 applications using web components.",
  "main": "lib/index.js",
  "directories": {
    "example": "example",
    "lib": "lib",
    "esm": "esm",
    "test": "test"
  },
  "scripts": {
    "clean-dist": "rimraf ./lib/*",
    "docs": "typedoc",
    "prebuild": "npm run clean-dist && npm run docs",
    "build": "eslint \"src/**\" --quiet && tsc && webpack && npx snowpack build",
    "test": "npm run build && sh ./scripts/testSauce.sh",
    "test-local": "npm run build && sh ./scripts/typescript.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/doriansmiley/lotusJS.git"
  },
  "keywords": [
    "TypeScript",
    "lotus",
    "lotusJS",
    "web components",
    "Microsoft",
    "Framework",
    "Web",
    "Components",
    "HTML5",
    "xTag"
  ],
  "author": "Dorian Smiley",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/doriansmiley/lotusJS/issues"
  },
  "homepage": "https://github.com/doriansmiley/lotusJS#readme",
  "dependencies": {
    "ramda": "^0.27.1"
  },
  "devDependencies": {
    "@types/lodash": "4.14.177",
    "@types/ramda": "0.27.45",
    "@typescript-eslint/eslint-plugin": "5.5.0",
    "@typescript-eslint/parser": "5.5.0",
    "chai": "4.3.4",
    "eslint": "8.4.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.25.3",
    "grunt": "1.4.1",
    "grunt-mocha-test": "0.13.3",
    "immutable": "4.0.0",
    "jasmine": "3.10.0",
    "js-yaml": "4.1.0",
    "karma": "6.3.9",
    "karma-chrome-launcher": "3.1.0",
    "karma-firefox-launcher": "2.1.2",
    "karma-jasmine": "4.0.1",
    "karma-junit-reporter": "2.0.1",
    "karma-sauce-launcher": "^4.3.6",
    "karma-spec-reporter": "0.0.32",
    "mocha": "9.1.3",
    "normalize-url": "^7.0.2",
    "rimraf": "3.0.2",
    "terser-webpack-plugin": "5.2.5",
    "ts-loader": "^9.2.6",
    "typedoc": "0.22.10",
    "typescript": "4.5.2",
    "watchify": "4.0.0",
    "webpack": "5.64.4",
    "webpack-bundle-analyzer": "4.5.0",
    "webpack-cli": "4.9.1"
  }
}
