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": { + } +}