{
  "name": "already",
  "description": "Promise extensions; map, filter, etc",
  "license": "MIT",
  "version": "3.4.1",
  "author": "Gustaf Räntilä <g.rantila@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/grantila/already"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build:lib": "scripts/build.sh dist ./tsconfig.prod.json",
    "build:test": "scripts/build.sh test-out ./tsconfig.test.json",
    "build": "yarn build:lib && yarn build:test",
    "lint": "true",
    "jest": "node_modules/.bin/jest --coverage",
    "test": "yarn lint && yarn jest",
    "buildtest": "yarn build && yarn test",
    "cz": "git-cz"
  },
  "pre-commit": [
    "build",
    "test"
  ],
  "keywords": [
    "promise",
    "concurrency",
    "map",
    "filter",
    "props",
    "tap",
    "each",
    "defer",
    "deferred",
    "concurrent",
    "extensions",
    "utilities"
  ],
  "devDependencies": {
    "@babel/plugin-syntax-optional-chaining": "^7.8.3",
    "@babel/plugin-transform-modules-commonjs": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@types/jest": "^26.0.15",
    "commitizen": "^4.2.2",
    "concurrently": "^6.5.1",
    "cz-conventional-changelog": "^3.3.0",
    "jest": "^26.6.3",
    "pre-commit": "1.x",
    "rimraf": "^3.0.2",
    "trace-unhandled": "^2.0.1",
    "ts-jest": "^26.4.4",
    "tslint": "6.1.3",
    "typescript": "4.9.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "packageManager": "yarn@3.3.1"
}
