chore: 🎉 npm init

main
Keith Irwin 2024-04-18 10:38:12 -06:00
parent 0e50be270f
commit 5fa7136bd8
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 18 additions and 0 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "pago",
"version": "1.0.0",
"description": "Lightweight monero payment gateway",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.gf4.pw/ki9/pago"
},
"keywords": [
"monero"
],
"author": "Keith Irwin (www.ki9.us)",
"license": "MIT"
}