{
  "name": "@naturalcycles/nodejs-lib",
  "version": "12.7.0",
  "scripts": {
    "ndjson-map-debug": "tsn ./src/bin/ndjson-map.ts --in ./tmp/ndjsonMapIn.ndjson --out ./tmp/ndjsonMapOut.ndjson --mapper ./src/test/ndjson/ndjsonMapper.ts",
    "slack-this-debug": "tsn ./src/bin/slack-this.ts --channel test --msg 'Hello slack!'",
    "secrets-gen-key-debug": "tsn ./src/bin/secrets-gen-key.ts",
    "secrets-encrypt-debug": "tsn ./src/bin/secrets-encrypt.ts",
    "secrets-decrypt-debug": "tsn ./src/bin/secrets-decrypt.ts",
    "kpy-debug": "tsn ./src/bin/kpy.ts node_modules dist",
    "del-debug": "tsn ./src/bin/del.ts dist --verbose --debug"
  },
  "dependencies": {
    "@naturalcycles/js-lib": "^14.0.0",
    "@naturalcycles/time-lib": "^3.0.1",
    "@types/lru-cache": "^5.1.0",
    "@types/through2-concurrent": "^2.0.0",
    "binary-split": "^1.0.5",
    "chalk": "^4.0.0",
    "cp-file": "^9.0.0",
    "debug": "^4.1.1",
    "dotenv": "^8.1.0",
    "execa": "^4.0.0",
    "fs-extra": "^9.0.0",
    "globby": "^11.0.0",
    "got": "^11.0.1",
    "joi": "^17.2.1",
    "lru-cache": "^6.0.0",
    "move-file": "^2.0.0",
    "nanoid": "^3.0.0",
    "through2-concurrent": "^2.0.0",
    "yargs": "^16.0.0"
  },
  "devDependencies": {
    "@naturalcycles/dev-lib": "^10.2.0",
    "@types/node": "^14.0.1",
    "@types/yargs": "^15.0.4",
    "jest": "^26.0.1",
    "nock": "^13.0.2",
    "patch-package": "^6.2.1",
    "weak-napi": "^2.0.0"
  },
  "bin": {
    "del": "dist/bin/del.js",
    "kpy": "dist/bin/kpy.js",
    "ndjson-map": "dist/bin/ndjson-map.js",
    "slack-this": "dist/bin/slack-this.js",
    "secrets-gen-key": "dist/bin/secrets-gen-key.js",
    "secrets-encrypt": "dist/bin/secrets-encrypt.js",
    "secrets-decrypt": "dist/bin/secrets-decrypt.js"
  },
  "files": [
    "dist",
    "src",
    "!src/test",
    "!src/**/*.test.ts",
    "!src/**/__snapshots__",
    "!src/**/__exclude"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NaturalCycles/nodejs-lib"
  },
  "engines": {
    "node": ">=12.13.1"
  },
  "description": "Standard library for Node.js",
  "author": "Natural Cycles Team",
  "license": "MIT"
}
