-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 817 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 817 Bytes
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
{
"name": "@kokiito0926/hypernode",
"version": "0.0.8",
"private": false,
"description": "Node.jsでHTTPSのモジュールをimportに記述可能なカスタムローダーです。",
"keywords": [
"cli",
"bash",
"shell",
"script",
"nodejs",
"loader",
"hypernode"
],
"homepage": "https://github.com/kokiito0926/hypernode#readme",
"publishConfig": {
"access": "public"
},
"bin": {
"hypernode": "index.js"
},
"bugs": {
"url": "https://github.com/kokiito0926/hypernode/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kokiito0926/hypernode.git"
},
"license": "MIT",
"author": "Koki Ito <kokiito0926@gmail.com>",
"type": "module",
"scripts": {
"test": "node --test"
},
"dependencies": {
"zx": "^8.8.4"
},
"engines": {
"node": ">=24.0.0"
}
}