{
  "name": "mkfifo",
  "version": "2.1.0",
  "description": "mkfifo(3) for NodeJS",
  "keywords": [
    "mkfifo"
  ],
  "homepage": "https://github.com/avz/node-mkfifo",
  "repository": {
    "type": "git",
    "url": "https://github.com/avz/node-mkfifo.git"
  },
  "license": "MIT",
  "author": "Artem Zaytsev <arepo@nologin.ru>",
  "main": "./main.js",
  "types": "./types/main.d.ts",
  "engines": {
    "node": ">=8.12"
  },
  "scripts": {
    "test": "nodeunit test"
  },
  "os": [
    "linux",
    "freebsd",
    "darwin"
  ],
  "dependencies": {
    "node-addon-api": "^1.6.3"
  },
  "devDependencies": {
    "nodeunit": "^0.11.3"
  }
}
