{
  "name": "ts-hyperscript-helpers",
  "version": "1.0.1",
  "description": "A typescript port of HyperScript-helpers",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "jsnext:main": "dist/es/index.js",
  "files": [
    "dist",
    "src"
  ],
  "repository": "http://github.com/bleushan/ts-hyperscript-helpers",
  "bugs": "http://github.com/bleushan/ts-hyperscript-helpers/issues",
  "keywords": [
    "HyperScript"
  ],
  "homepage": "http://github.com/bleushan/ts-hyperscript-helpers",
  "author": "Philippe Lafontaine <lafontaine.philippe@gmail.com>",
  "contributors": [
    "Bleushan"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build:cjs": "tsc --outDir dist/cjs",
    "build:es": "tsc --target es6 --outDir dist/es",
    "build": "yarn clean && yarn run build:cjs && yarn run build:es",
    "test": "yarn build && mocha --ui bdd --recursive dist/cjs/test",
    "semantic-release": "semantic-release --ci",
    "lint": "yarn eslint src/**/*.ts test/**/*.ts"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "4.2.11",
    "@types/hyperscript": "0.0.3",
    "@types/mocha": "^7.0.2",
    "@types/ramda": "^0.27.0",
    "@typescript-eslint/eslint-plugin": "^2.5.0",
    "@typescript-eslint/parser": "^2.5.0",
    "chai": "^4.2.0",
    "cz-conventional-changelog-emoji": "0.1.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-config-standard-with-typescript": "^15.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "hyperscript": "^2.0.2",
    "jsdom": "^16.2.1",
    "jsverify": "^0.8.4",
    "mocha": "^7.1.1",
    "prettier": "^2.0.2",
    "rimraf": "3.0.2",
    "semantic-release": "^17.0.4",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "ramda": "^0.27.0"
  },
  "peerDependencies": {
    "tslib": "^1.10.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog-emoji"
    }
  }
}
