{
  "name": "tranel-dom",
  "version": "0.3.0",
  "description": "Access Whole DOM API in a Web Worker",
  "main": "dist/index.js",
  "scripts": {
    "start": "tsc -w",
    "flint": "tslint --fix 'src/**/*.ts'",
    "prepublish": "tsc && npm t",
    "lint": "tslint ./src/**/*.ts",
    "t": "concurrently \"tsc -w\" \"karma start config/karma.conf.js\"",
    "test": "tsc && karma start config/karma.conf.js --single-run ",
    "build_dev": "cross-env NODE_ENV=development webpack --config config/webpack.config.js",
    "build_prod": "cross-env NODE_ENV=production webpack --config config/webpack.config.js",
    "build": "tsc && npm run build_dev && npm run build_prod",
    "b": "webpack -w --config config/webpack.config.js --display-error-details",
    "demo": "npm run build && live-server --port=11000 --open=/",
    "dev": "concurrently \"tsc -w\" \"npm:b\" \"npm:demo\""
  },
  "author": "etoah",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/etoah/tranel.git"
  },
  "bugs": {
    "url": "https://github.com/etoah/tranel/issues"
  },
  "keywords": [],
  "dependencies": {
    "plugge": "^1.1.2",
    "tranel": "^0.3.0"
  },
  "types": "./src/T.d.ts",
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/mocha": "^7.0.2",
    "@types/should": "^13.0.0",
    "concurrently": "^5.1.0",
    "cross-env": "^7.0.2",
    "husky": "^4.2.3",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-webworker": "^1.3.0",
    "karma-should": "^1.0.0",
    "karma-spec-reporter": "^0.0.32",
    "karma-webpack": "^4.0.2",
    "lerna": "^3.20.2",
    "live-server": "^1.2.1",
    "mocha": "^7.1.0",
    "should": "^13.2.3",
    "tslint": "^6.1.0",
    "typescript": "^3.8.3",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11",
    "webpack-merge": "^4.2.2"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e",
      "pre-push": "npm run lint"
    }
  },
  "gitHead": "70c27e09ce25284105094170ec625128befc9efd"
}
