UNPKG

2.57 kBJSONView Raw
1{
2 "name": "@naturalcycles/nodejs-lib",
3 "version": "12.82.1",
4 "scripts": {
5 "prepare": "husky install",
6 "docs-serve": "vuepress dev docs",
7 "docs-build": "vuepress build docs",
8 "slack-this-debug": "tsn ./src/bin/slack-this.ts --channel test --msg 'Hello slack!'",
9 "secrets-gen-key-debug": "tsn ./src/bin/secrets-gen-key.ts",
10 "secrets-encrypt-debug": "tsn ./src/bin/secrets-encrypt.ts",
11 "secrets-decrypt-debug": "tsn ./src/bin/secrets-decrypt.ts",
12 "kpy-debug": "tsn ./src/bin/kpy.ts node_modules dist",
13 "del-debug": "tsn ./src/bin/del.ts dist --verbose --debug",
14 "json2env-debug": "tsn ./src/bin/json2env.ts ./src/test/someFile.json"
15 },
16 "dependencies": {
17 "@naturalcycles/js-lib": "^14.0.0",
18 "@types/jsonwebtoken": "^9.0.0",
19 "@types/through2-concurrent": "^2.0.0",
20 "ajv": "^8.6.2",
21 "ajv-formats": "^2.1.0",
22 "ajv-keywords": "^5.0.0",
23 "ajv-merge-patch": "^5.0.1",
24 "binary-split": "^1.0.5",
25 "chalk": "^4.0.0",
26 "cp-file": "^9.0.0",
27 "debug": "^4.1.1",
28 "dotenv": "^16.0.0",
29 "execa": "^5.0.0",
30 "fast-glob": "^3.2.11",
31 "fs-extra": "^11.0.0",
32 "globby": "^11.0.0",
33 "got": "^11.0.1",
34 "joi": "17.4.2",
35 "jsonwebtoken": "^9.0.0",
36 "lru-cache": "^7.4.0",
37 "move-file": "^2.0.0",
38 "through2-concurrent": "^2.0.0",
39 "yargs": "^17.0.0"
40 },
41 "devDependencies": {
42 "@naturalcycles/bench-lib": "^1.0.7",
43 "@naturalcycles/dev-lib": "^13.0.0",
44 "@types/node": "^18.0.0",
45 "@types/yargs": "^16.0.0",
46 "jest": "^29.0.0",
47 "nock": "^13.0.2",
48 "patch-package": "^6.2.1",
49 "prettier": "^2.0.0",
50 "vue-class-component": "^7.2.6",
51 "vuepress": "^1.7.1",
52 "vuepress-plugin-typescript": "^0.3.1",
53 "zod": "^3.19.1"
54 },
55 "bin": {
56 "del": "dist/bin/del.js",
57 "kpy": "dist/bin/kpy.js",
58 "json2env": "dist/bin/json2env.js",
59 "slack-this": "dist/bin/slack-this.js",
60 "secrets-gen-key": "dist/bin/secrets-gen-key.js",
61 "secrets-encrypt": "dist/bin/secrets-encrypt.js",
62 "secrets-decrypt": "dist/bin/secrets-decrypt.js"
63 },
64 "files": [
65 "dist",
66 "src",
67 "!src/test",
68 "!src/**/*.test.ts",
69 "!src/**/__snapshots__",
70 "!src/**/__exclude"
71 ],
72 "main": "dist/index.js",
73 "types": "dist/index.d.ts",
74 "publishConfig": {
75 "access": "public"
76 },
77 "repository": {
78 "type": "git",
79 "url": "https://github.com/NaturalCycles/nodejs-lib"
80 },
81 "engines": {
82 "node": ">=16.10.0"
83 },
84 "description": "Standard library for Node.js",
85 "author": "Natural Cycles Team",
86 "license": "MIT"
87}