From 9a9f3118edfcdce5d0190ba7df8e3154c09065ff Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 2 Dec 2021 20:53:07 +1100 Subject: [PATCH] Re-add package.json --- .gitignore | 1 - package.json | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/.gitignore b/.gitignore index 420524d06f..74669a5756 100644 --- a/.gitignore +++ b/.gitignore @@ -78,5 +78,4 @@ locale_stats.json # node.js package-lock.json -package.json node_modules/ \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000000..1cb39f938e --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "inventree", + "version": "1.0.0", + "description": "\"InvenTree\"", + "main": "index.js", + "dependencies": { + "eslint": "^7.32.0", + "eslint-config-google": "^0.14.0", + "html-lint": "^2.4.2", + "htmllint": "^0.8.0", + "markuplint": "^1.11.3" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/SchrodingersGat/InvenTree.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/SchrodingersGat/InvenTree/issues" + }, + "homepage": "https://github.com/SchrodingersGat/InvenTree#readme" +}