{
  "name": "@aerian/preact-range-slider",
  "version": "0.3.1",
  "description": "Preact component for input values with range slider",
  "main": "es5/index.js",
  "module": "./es5-esm/index.js",
  "types": "./es2015/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint:scripts-project": "tslint -c tslint-type-check.json -p tsconfig.json --type-check",
    "lint:scripts-other": "tslint \"{*.js,demo/*.js,demo/src/**/*.{ts,tsx}\"",
    "lint": "npm run lint:scripts-project && npm run lint:scripts-other",
    "build": "tsc",
    "build:es5": "tsc --target es5 --outDir ./es5-esm",
    "build:umd": "rollup -c",
    "build:all": "npm run build && npm run build:es5 && npm run build:umd && npm run build:styles",
    "minify": "uglifyjs ./es5/index.js -c -m -o ./es5/preact-range-slider.min.js",
    "prepare": "npm run lint && npm run build:all && npm run minify",
    "build:demo": "cd demo && tsc && rollup -c",
    "build:styles": "dart-sass ./assets/index.scss > ./assets/index.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aerian-studios/preact-range-slider.git"
  },
  "keywords": [
    "preact",
    "component",
    "slider",
    "range",
    "range-slider"
  ],
  "author": "Andrey Avol Volynkin <code@m18.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/m18ru/preact-range-slider/issues"
  },
  "homepage": "https://github.com/m18ru/preact-range-slider#readme",
  "peerDependencies": {
    "preact": "*",
    "tslib": "^1.8.0"
  },
  "devDependencies": {
    "dart-sass": "^1.0.0-beta.2",
    "preact": "^10.0.0-alpha.0",
    "rollup": "^0.50.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "tslib": "^1.8.0",
    "tslint": "^5.7.0",
    "tslint-config-m18": "^1.6.2",
    "typescript": "^3.3.3333",
    "uglify-js": "^3.1.3"
  },
  "dependencies": {
    "classjoin": "^0.2.1"
  }
}
