{
  "name": "@proc7ts/primitives",
  "version": "4.0.1",
  "description": "Type and function primitives",
  "keywords": [
    "primitives"
  ],
  "homepage": "https://github.com/proc7ts/primitives",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:proc7ts/primitives.git"
  },
  "license": "MIT",
  "author": "Ruslan Lopatin <ruslan.lopatin@gmail.com>",
  "bugs": {
    "url": "https://github.com/proc7ts/primitives/issues"
  },
  "type": "module",
  "types": "./dist/primitives.d.ts",
  "exports": {
    "types": "./dist/primitives.d.ts",
    "default": "./dist/primitives.js"
  },
  "sideEffects": false,
  "devDependencies": {
    "@jest/globals": "^29.5.0",
    "@run-z/eslint-config": "^3.3.1",
    "@run-z/prettier-config": "^2.0.0",
    "@run-z/project-config": "^0.18.0",
    "@swc/core": "^1.3.59",
    "@swc/jest": "^0.2.26",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "eslint": "^8.41.0",
    "eslint-plugin-jest": "^27.2.1",
    "gh-pages": "^5.0.0",
    "jest": "^29.5.0",
    "jest-junit": "^16.0.0",
    "jest-mock": "^29.5.0",
    "prettier": "^2.8.8",
    "prettier-eslint-cli": "^7.1.0",
    "rollup": "^3.23.0",
    "run-z": "1.11.0-bootstrap",
    "ts-jest": "^29.1.0",
    "tslib": "2.5.0",
    "typedoc": "^0.24.7",
    "typescript": "~5.0.4"
  },
  "scripts": {
    "all": "run-z build,lint,test",
    "bootstrap": "build-z",
    "build": "run-z +z bootstrap",
    "ci:all": "run-z all +test/--ci/--runInBand",
    "clean": "run-z +z --then clean-z",
    "doc": "run-z +z --then typedoc",
    "doc:publish": "run-z doc --then gh-pages --dist target/typedoc --dotfiles",
    "format": "run-z +z --then prettier-eslint --write --include-dot-files \"src/**/*.*\" \"*.{js,cjs,json,md}\"",
    "lint": "run-z +z --then eslint .",
    "test": "run-z +z env:NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" --then test-z",
    "z": "run-z +cmd:build-z,+cmd:typedoc,+cmd:eslint,+cmd:test-z"
  }
}