{
  "name": "irtl",
  "version": "1.0.3",
  "description": "IR for RTL in JavaScript",
  "author": "Aliaksei Chapyzhenka",
  "license": "MIT",
  "main": "lib/index.js",
  "homepage": "https://github.com/drom/irtl#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drom/irtl.git"
  },
  "bugs": {
    "url": "https://github.com/drom/irtl/issues"
  },
  "scripts": {
    "lint": "eslint lib test",
    "coverage": "node -e \"require('fs').mkdirSync('coverage',{recursive:true})\" && node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=coverage/lcov.info",
    "test": "eslint lib test && npm run coverage",
    "bundle": "node bundle.js",
    "prepack": "npm run test && npm run bundle"
  },
  "files": [
    "build/irtl.js",
    "lib"
  ],
  "unpkg": "build/irtl.js",
  "devDependencies": {
    "@drom/eslint-config": "^1.0.0",
    "esbuild": "^0.28.1",
    "eslint": "^10.6.0",
    "globals": "^17.7.0",
    "random-js": "^2.1.0"
  },
  "allowScripts": {
    "esbuild@0.28.1": true
  }
}
