UNPKG

2.66 kBJSONView Raw
1{
2 "name": "@naturalcycles/nodejs-lib",
3 "version": "12.45.0",
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 "@naturalcycles/time-lib": "^3.0.1",
19 "@types/lru-cache": "^5.1.0",
20 "@types/through2-concurrent": "^2.0.0",
21 "ajv": "^8.6.2",
22 "ajv-formats": "^2.1.0",
23 "ajv-keywords": "^5.0.0",
24 "ajv-merge-patch": "^5.0.1",
25 "binary-split": "^1.0.5",
26 "chalk": "^4.0.0",
27 "cp-file": "^9.0.0",
28 "debug": "^4.1.1",
29 "dotenv": "^10.0.0",
30 "execa": "^5.0.0",
31 "fs-extra": "^10.0.0",
32 "globby": "^11.0.0",
33 "got": "^11.0.1",
34 "joi": "^17.2.1",
35 "lru-cache": "^6.0.0",
36 "move-file": "^2.0.0",
37 "nanoid": "^3.0.0",
38 "supports-color": "^8.0.0",
39 "through2-concurrent": "^2.0.0",
40 "yargs": "^17.0.0"
41 },
42 "devDependencies": {
43 "@naturalcycles/bench-lib": "^1.0.7",
44 "@naturalcycles/dev-lib": "^12.0.0",
45 "@types/node": "^16.0.0",
46 "@types/yargs": "^16.0.0",
47 "jest": "^27.0.1",
48 "nock": "^13.0.2",
49 "patch-package": "^6.2.1",
50 "prettier": "^2.0.0",
51 "vue-class-component": "^7.2.6",
52 "vuepress": "^1.7.1",
53 "vuepress-plugin-typescript": "^0.3.1",
54 "weak-napi": "^2.0.0"
55 },
56 "resolutions": {
57 "prettier": "^2.0.0"
58 },
59 "bin": {
60 "del": "dist/bin/del.js",
61 "kpy": "dist/bin/kpy.js",
62 "json2env": "dist/bin/json2env.js",
63 "slack-this": "dist/bin/slack-this.js",
64 "secrets-gen-key": "dist/bin/secrets-gen-key.js",
65 "secrets-encrypt": "dist/bin/secrets-encrypt.js",
66 "secrets-decrypt": "dist/bin/secrets-decrypt.js"
67 },
68 "files": [
69 "dist",
70 "src",
71 "!src/test",
72 "!src/**/*.test.ts",
73 "!src/**/__snapshots__",
74 "!src/**/__exclude"
75 ],
76 "main": "dist/index.js",
77 "types": "dist/index.d.ts",
78 "publishConfig": {
79 "access": "public"
80 },
81 "repository": {
82 "type": "git",
83 "url": "https://github.com/NaturalCycles/nodejs-lib"
84 },
85 "engines": {
86 "node": ">=14.15.0"
87 },
88 "description": "Standard library for Node.js",
89 "author": "Natural Cycles Team",
90 "license": "MIT"
91}