UNPKG

@naturalcycles/nodejs-lib

Version:
73 lines (72 loc) 2.13 kB
{ "name": "@naturalcycles/nodejs-lib", "version": "10.1.1", "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" }, "dependencies": { "@hapi/joi": "^17.1.1", "@naturalcycles/js-lib": "^12.0.0", "@naturalcycles/time-lib": "^2.0.0", "@types/hapi__joi": "^16.0.1", "@types/lru-cache": "^5.1.0", "@types/through2-concurrent": "^2.0.0", "binary-split": "^1.0.5", "chalk": "^4.0.0", "csv-parse": "^4.8.5", "csv-stringify": "^5.3.6", "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", "lru-cache": "^5.1.1", "nanoid": "^3.0.0", "through2-concurrent": "^2.0.0", "yargs": "^15.3.1" }, "devDependencies": { "@naturalcycles/dev-lib": "^10.2.0", "@types/node": "^13.1.1", "@types/yargs": "^15.0.4", "jest": "^25.1.0", "nock": "^12.0.3", "patch-package": "^6.2.1", "weak-napi": "^1.0.3" }, "bin": { "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" }