UNPKG

@naturalcycles/nodejs-lib

Version:
90 lines (89 loc) 2.58 kB
{ "name": "@naturalcycles/nodejs-lib", "version": "12.75.1", "scripts": { "prepare": "husky install", "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/through2-concurrent": "^2.0.0", "ajv": "^8.6.2", "ajv-formats": "^2.1.0", "ajv-keywords": "^5.0.0", "ajv-merge-patch": "^5.0.1", "binary-split": "^1.0.5", "chalk": "^4.0.0", "cp-file": "^9.0.0", "debug": "^4.1.1", "dotenv": "^16.0.0", "execa": "^5.0.0", "fast-glob": "^3.2.11", "fs-extra": "^10.0.0", "globby": "^11.0.0", "got": "^11.0.1", "joi": "17.4.2", "lru-cache": "^7.4.0", "move-file": "^2.0.0", "nanoid": "^3.0.0", "through2-concurrent": "^2.0.0", "yargs": "^17.0.0" }, "devDependencies": { "@naturalcycles/bench-lib": "^1.0.7", "@naturalcycles/dev-lib": "^13.0.0", "@types/node": "^18.0.0", "@types/yargs": "^16.0.0", "jest": "^28.0.3", "nock": "^13.0.2", "patch-package": "^6.2.1", "prettier": "^2.0.0", "vue-class-component": "^7.2.6", "vuepress": "^1.7.1", "vuepress-plugin-typescript": "^0.3.1", "weak-napi": "^2.0.0" }, "resolutions": { "prettier": "^2.0.0" }, "bin": { "del": "dist/bin/del.js", "kpy": "dist/bin/kpy.js", "json2env": "dist/bin/json2env.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": ">=14.15.0" }, "description": "Standard library for Node.js", "author": "Natural Cycles Team", "license": "MIT" }