From 60380bdd5397d57508cbfce7bceec3a609994946 Mon Sep 17 00:00:00 2001 From: daniel <4954577+jaensen@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:42:01 +0100 Subject: [PATCH] Added package '@circles/circles-contracts-v2' to allow references from other npm packages --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0c6cb49 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "@circles/circles-contracts-v2", + "version": "0.2.1", + "contributors": [ + "Benjamin Bollen ", + "Martin Köppelmann ", + "Daniel Janz ", + "Ingo Collatz " + ], + "license": "AGPL-3.0", + "scripts": { + "build": "forge build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/CirclesUBI/circles-contracts-v2.git" + }, + "bugs": { + "url": "https://github.com/CirclesUBI/circles-contracts-v2/issues" + }, + "homepage": "https://github.com/CirclesUBI/circles-contracts-v2", + "devDependencies": { + }, + "dependencies": { + } +}