-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 2.85 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"devDependencies": {
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"typescript": "^5.0.2",
"vitest": "^0.29.7"
},
"name": "blockchain",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"any-promise": "^1.3.0",
"anymatch": "^3.1.3",
"array-union": "^2.1.0",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"buffer-from": "^1.1.2",
"bundle-require": "^4.0.1",
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"commander": "^4.1.1",
"concat-map": "^0.0.1",
"cross-spawn": "^7.0.3",
"crypto": "^1.0.1",
"debug": "^4.3.4",
"dir-glob": "^3.0.1",
"esbuild": "^0.17.12",
"execa": "^5.1.1",
"fast-glob": "^3.2.12",
"fastq": "^1.15.0",
"fill-range": "^7.0.1",
"fs.realpath": "^1.0.0",
"get-stream": "^6.0.1",
"get-tsconfig": "^4.4.0",
"glob": "^7.1.6",
"glob-parent": "^5.1.2",
"globby": "^11.1.0",
"human-signals": "^2.1.0",
"ignore": "^5.2.4",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"is-stream": "^2.0.1",
"isexe": "^2.0.0",
"joycon": "^3.1.1",
"lilconfig": "^2.1.0",
"lines-and-columns": "^1.2.4",
"lnd": "^0.0.2",
"load-tsconfig": "^0.2.5",
"lodash.sortby": "^4.7.0",
"merge-stream": "^2.0.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.5",
"mimic-fn": "^2.1.0",
"minimatch": "^3.1.2",
"ms": "^2.1.2",
"mz": "^2.7.0",
"normalize-path": "^3.0.0",
"nostr-tools": "^1.7.5",
"npm-run-path": "^4.0.1",
"object-assign": "^4.1.1",
"once": "^1.4.0",
"onetime": "^5.1.2",
"path-is-absolute": "^1.0.1",
"path-key": "^3.1.1",
"path-type": "^4.0.0",
"picomatch": "^2.3.1",
"pirates": "^4.0.5",
"postcss-load-config": "^3.1.4",
"punycode": "^2.3.0",
"queue-microtask": "^1.2.3",
"readdirp": "^3.6.0",
"resolve-from": "^5.0.0",
"reusify": "^1.0.4",
"rollup": "^3.20.1",
"run-parallel": "^1.2.0",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^3.0.7",
"slash": "^3.0.0",
"source-map": "^0.8.0-beta.0",
"source-map-support": "^0.5.21",
"strip-final-newline": "^2.0.0",
"sucrase": "^3.30.0",
"thenify": "^3.3.1",
"thenify-all": "^1.6.0",
"to-regex-range": "^5.0.1",
"tr46": "^1.0.1",
"tree-kill": "^1.2.2",
"ts-interface-checker": "^0.1.13",
"webidl-conversions": "^4.0.2",
"whatwg-url": "^7.1.0",
"which": "^2.0.2",
"wrappy": "^1.0.2",
"yaml": "^1.10.2"
},
"scripts": {
"test": "vitest",
"start": "tsx src/index.ts",
"dev": "tsx watch src/index.ts",
"build": "tsup src"
},
"keywords": [],
"author": "Dusk",
"license": "ISC",
"description": ""
}