initial commit

This commit is contained in:
eneller
2026-02-28 00:07:10 +01:00
commit b7f4df2f5e

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "fakemoney",
"version": "0.0.1",
"description": "Fake Money Payment Processor",
"license": "GPL-3.0",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}