{
  "name": "thread-like",
  "version": "1.2.5",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build-ts": "tsc --build",
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kshshe/thread-like.git"
  },
  "author": "Alexey Laud <npm@a-laud.ru>",
  "keywords": [
    "parallel",
    "threading",
    "multithreading",
    "async",
    "fiber",
    "performance"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kshshe/thread-like/issues"
  },
  "homepage": "https://github.com/kshshe/thread-like#readme",
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.14.8",
    "@babel/preset-typescript": "^7.14.5",
    "@tsconfig/recommended": "^1.0.1",
    "husky": "^7.0.0",
    "prettier": "^2.3.2",
    "pretty-quick": "^3.1.1",
    "ts-loader": "^9.2.4",
    "typescript": "^4.3.5",
    "webpack": "^5.48.0",
    "webpack-cli": "^4.7.2"
  }
}
