NaturalCycles/nodejs-lib

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@naturalcycles/nodejs-lib",
  "version": "12.47.1",
  "scripts": {
    "prepare": "husky",
    "docs-serve": "vuepress dev docs",
    "docs-build": "vuepress build docs",
    "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",
    "json2env-debug": "tsn ./src/bin/json2env.ts ./src/test/someFile.json"
  },
  "dependencies": {
    "@naturalcycles/js-lib": "^14.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/jsonwebtoken": "^9.0.0",
    "@types/through2-concurrent": "^2.0.0",
    "ajv": "^8.6.2",
    "ajv-formats": "^3.0.1",
    "ajv-keywords": "^5.0.0",
    "chalk": "^4.0.0",
    "debug": "^4.1.1",
    "dotenv": "^16.0.0",
    "fast-glob": "^3.2.11",
    "globby": "^11.0.0",
    "joi": "^17.9.2",
    "js-yaml": "^4.1.0",
    "jsonwebtoken": "^9.0.0",
    "lru-cache": "^10.0.0",
    "through2-concurrent": "^2.0.0",
    "yargs": "^17.0.0"
  },
  "devDependencies": {
    "@naturalcycles/bench-lib": "^3.0.0",
    "@naturalcycles/dev-lib": "^13.0.0",
    "@types/node": "^20.1.0",
    "@types/yargs": "^16.0.0",
    "jest": "^29.0.0"
  },
  "bin": {
    "del": "dist/bin/del.js",
    "kpy": "dist/bin/kpy.js",
    "json2env": "dist/bin/json2env.js",
    "generate-build-info": "dist/bin/generate-build-info.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": ">=18.12.0"
  },
  "description": "Standard library for Node.js",
  "author": "Natural Cycles Team",
  "license": "MIT",
  "envByBranch": {
    "master": "master",
    "*": "branch"
  }
}