-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.79 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 4.79 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "the-wireguard-effect",
"version": "0.0.63",
"description": "Cross platform wireguard api client for nodejs built on wireguard-go with effect-ts",
"keywords": [
"wireguard",
"vpn",
"effect-ts"
],
"homepage": "https://github.com/leonitousconforti/the-wireguard-effect",
"bugs": {
"url": "https://github.com/leonitousconforti/the-wireguard-effect/issues",
"email": "leo@leoconforti.us"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonitousconforti/the-wireguard-effect.git"
},
"license": "GPL-3.0-only",
"author": "Leo Conforti <leo@leoconforti.us> (https://leoconforti.us)",
"sideEffects": [],
"type": "module",
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts",
"./*": "./src/*.ts",
"./internal/*": null,
"./*/index": null
},
"files": [
"src/**/*.ts",
"dist/**/*"
],
"scripts": {
"build": "pnpm clean && pnpm codegen && tsc -b tsconfig.build.json && babel dist --plugins annotate-pure-calls --out-dir dist --source-maps && pnpm build-submodules",
"build-submodules": "(cd submodules && ./build.bash)",
"check": "tsc -b tsconfig.json",
"circular": "madge --circular src/*.ts",
"clean": "rimraf .tsbuildinfo docs build dist coverage submodules/prebuilds && rimraf --glob src/*-wireguard-go src/*-wg-quick src/*-wintun.dll src/LICENSE-* src/*.exe src/*-bzImage src/*-wg src/wintun.dll",
"codegen": "build-utils prepare-v4",
"coverage": "vitest --coverage",
"e2e-tests": "node ./e2e/run.mjs",
"lint": "eslint \"{src,test,examples,e2e,bin}/**/*.{ts,mjs}\"",
"lint-fix": "pnpm lint --fix",
"prepare": "effect-language-service patch",
"test": "vitest"
},
"dependencies": {
"effect-schemas": "0.0.11",
"ini": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "7.28.6",
"@babel/core": "7.28.6",
"@babel/plugin-transform-export-namespace-from": "7.27.1",
"@babel/plugin-transform-modules-commonjs": "7.28.6",
"@changesets/cli": "2.29.8",
"@effect/build-utils": "0.8.9",
"@effect/cli": "0.73.0",
"@effect/cluster": "0.56.1",
"@effect/docgen": "https://pkg.pr.new/Effect-TS/docgen/@effect/docgen@49e99a2",
"@effect/experimental": "0.58.0",
"@effect/language-service": "0.64.1",
"@effect/platform": "0.94.1",
"@effect/platform-node": "0.104.0",
"@effect/printer": "0.47.0",
"@effect/printer-ansi": "0.47.0",
"@effect/rpc": "0.73.0",
"@effect/sql": "0.49.0",
"@effect/typeclass": "0.38.0",
"@effect/vitest": "0.27.0",
"@effect/workflow": "0.16.0",
"@eslint/js": "9.39.2",
"@types/ini": "4.1.1",
"@types/node": "25.0.6",
"@typescript-eslint/parser": "8.53.0",
"@vitest/coverage-v8": "3.2.4",
"babel-plugin-annotate-pure-calls": "0.5.0",
"changesets-gitlab": "0.13.4",
"effect": "3.19.14",
"es-main": "1.4.0",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import-x": "4.16.1",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"fast-check": "4.5.3",
"glob": "13.0.0",
"madge": "8.0.0",
"prettier": "3.7.4",
"prettier-plugin-jsdoc": "1.8.0",
"prettier-plugin-packagejson": "2.5.20",
"rimraf": "6.1.2",
"tsx": "4.21.0",
"typescript": "5.9.3",
"typescript-eslint": "8.53.0",
"vite": "7.3.1",
"vite-tsconfig-paths": "6.0.4",
"vitest": "3.2.4"
},
"peerDependencies": {
"@effect/experimental": "0.58.0",
"@effect/platform": "0.94.1",
"effect": "3.19.14"
},
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public",
"executableFiles": [
"dist/linux-wg",
"dist/darwin-wg",
"dist/linux-wg-quick",
"dist/darwin-wg-quick",
"dist/linux-amd64-wireguard-go",
"dist/linux-arm64-wireguard-go",
"dist/darwin-amd64-wireguard-go",
"dist/darwin-arm64-wireguard-go",
"dist/win32-amd64-wireguard-go",
"dist/win32-arm64-wireguard-go"
],
"exports": {
"./package.json": "./package.json",
".": "./dist/index.js",
"./*": "./dist/*.js",
"./internal/*": null,
"./*/index": null
},
"provenance": false
}
}