Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Apr 7, 2024
1 parent e5bb5fb commit 0a92be7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
{
"name": "the-wireguard-effect",
"version": "0.0.1-alpha.16",
"version": "0.0.1-alpha.17",
"description": "Cross platform userspace 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": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/leonitousconforti/the-wireguard-effect.git"
"url": "git+https://github.com/leonitousconforti/the-wireguard-effect.git"
},
"license": "GPL-3.0-only",
"author": "Leo Conforti <[email protected]> (https://leoconforti.us)",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/dts/index.d.ts",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"build": "pnpm clean && pnpm codegen && pnpm build-esm && pnpm build-cjs && pnpm build-annotate && build-utils pack-v2 && pnpm build-submodules && docgen",
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps",
Expand Down

0 comments on commit 0a92be7

Please sign in to comment.