{
  "name": "ts-ion-rangeslider",
  "version": "0.2.2",
  "description": "Cool, comfortable and easily customizable range slider with many options and skin support without jQuery dependency",
  "files": [
    "dist"
  ],
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "exports": {
    "import": "./dist/index.mjs"
  },
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ivkan/ts-ion-rangeslider.git"
  },
  "keywords": [
    "typescript",
    "vanilla",
    "form",
    "input",
    "range",
    "slider",
    "rangeslider",
    "interface",
    "diapason",
    "ui",
    "noui",
    "skins"
  ],
  "author": "Denis Ineshin (IonDen)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ivkan/ts-ion-rangeslider/issues"
  },
  "homepage": "https://github.com/ivkan/ts-ion-rangeslider#readme",
  "devDependencies": {
    "@types/jest": "^26.0.16",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "tsup": "6.5.0",
    "typescript": "^4.1.2"
  }
}
