From 90b9d3f45f8c5790f4ce1aa6293ab79e28230410 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 9 Nov 2023 10:37:20 +0100 Subject: [PATCH] initialize package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..df7996c --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "boilerplate-frontend", + "version": "1.0.0", + "description": "The IT4C Boilerplate for frontends", + "main": "build/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/IT4Change/boilerplate-frontend.git" + }, + "keywords": [ + "npm" + ], + "author": "Ulf Gebhardt", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/IT4Change/boilerplate-frontend/issues" + }, + "homepage": "https://github.com/IT4Change/boilerplate-frontend#readme" +}