From 57243d488139024d5581146cc041704ca06ae8f0 Mon Sep 17 00:00:00 2001 From: Yokozuna59 Date: Fri, 5 May 2023 22:01:31 +0300 Subject: [PATCH] chore: create initial package.json file Signed-off-by: Yokozuna59 --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..45b52d0 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "private": true, + "name": "mermaid-lint", + "version": "0.0.0", + "description": "A lintting and formatting tool for mermaid.", + "license": "GPL-3.0-or-later", + "author": "Yokozuna59", + "homepage": "/~https://github.com/Yokozuna59/mermaid-lint#readme", + "repository": { + "type": "git", + "url": "/~https://github.com/Yokozuna59/mermaid-lint.git" + }, + "bugs": { + "url": "/~https://github.com/Yokozuna59/mermaid-lint/issues" + }, + "type": "module", + "files": [], + "scripts": {}, + "dependencies": {}, + "devDependencies": {}, + "keywords": [ + "mermaid", + "lint", + "linter", + "format", + "formatter" + ], + "packageManager": ">=pnpm@8.4.0" +}