{
  "name": "@jurca/-x-ignore",
  "version": "0.1.1",
  "description": "Re-exploring web components with declarative rendering. This is a just-for-fun project, do not take it too seriously.",
  "main": "ignore.js",
  "type": "module",
  "scripts": {
    "build": "rm -rf dist/ 2>&1 >/dev/null && npm run compile && cp package.json README.md dist/",
    "compile": "tsc --outDir dist",
    "test": "tslint --project . && jest",
    "prepublishOnly": "echo 'Use npm run publish-package' && exit 1",
    "publish-package": "npm test && npm run build && git push && git push --tags && npm publish --access=public --ignore-scripts dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jurca/ignore.js.git"
  },
  "keywords": [
    "web",
    "component",
    "declarative",
    "html",
    "ui"
  ],
  "author": "Martin Jurča <mjurca@centrum.cz>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jurca/ignore.js/issues"
  },
  "homepage": "https://github.com/jurca/ignore.js#readme",
  "devDependencies": {
    "@types/jest": "^24.0.12",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "peerDependencies": {
    "@jurca/-x-ignore-tpl": "^0.1.4"
  },
  "jest": {
    "testEnvironment": "./__test_env__/setup",
    "preset": "ts-jest",
    "moduleNameMapper": {
      "^(.*)\\.js$": "$1"
    }
  }
}
