commit b7f4df2f5e0bbb989dd3f96f01d8d13dfe0e702e Author: eneller Date: Sat Feb 28 00:07:10 2026 +0100 initial commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..b5d2bf5 --- /dev/null +++ b/package.json @@ -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" + } +}