{
  "name": "node-filter-async",
  "version": "3.0.0",
  "description": "Filter array elements with Promises",
  "type": "module",
  "exports": "./dist/main.js",
  "types": "dist/main.d.ts",
  "author": "Mgenware (https://github.com/mgenware)",
  "homepage": "https://github.com/mgenware/node-filter-async",
  "bugs": "https://github.com/mgenware/node-filter-async/issues",
  "keywords": [
    "array",
    "filter"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mgenware/node-filter-async.git"
  },
  "license": "MIT",
  "scripts": {
    "r": "daizong",
    "test": "daizong build"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.ts",
    "dist/**/*.html",
    "dist/**/*.css",
    "dist/**/*.map"
  ],
  "devDependencies": {
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.9.2",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "daizong": "^0.15.3",
    "eslint": "^7.32.0",
    "eslint-config-mgenware": "^0.2.0",
    "eslint-plugin-import": "^2.24.2",
    "mgenware-tsconfig-node": "^14.0.2",
    "mocha": "^9.1.1",
    "source-map-support": "^0.5.20",
    "typescript": "^4.4.3"
  }
}
