Files
Wireguard-tools.js/examples/addPeer/package.json
T
Sirherobrine23 92c740cc14 Remove .ts files, migrate to vanilla javascript
I am removing the Typescript transpilation part, the project will have full typescript support, Typescript support will not be removed.
2023-09-12 00:35:32 -03:00

9 lines
116 B
JSON

{
"name": "add_peer",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node index.mjs"
}
}