From df00def8d8627ab257ab93a6b054fe4741ea281b Mon Sep 17 00:00:00 2001 From: Padreug Date: Sun, 14 Dec 2025 12:58:33 +0100 Subject: [PATCH] add package.json --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f479115 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "castle", + "version": "0.0.2", + "description": "Accounting for a collective entity", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "prettier": "^3.2.5", + "pyright": "^1.1.358" + } +}