diff --git a/package-lock.json b/package-lock.json index c719ed6..9d83da8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,33 @@ { + "name": "userscripts", + "lockfileVersion": 2, "requires": true, - "lockfileVersion": 1, + "packages": { + "": { + "devDependencies": { + "@conduitry/eslint-config": "git+https://chor.date/eslint-config" + } + }, + "node_modules/@conduitry/eslint-config": { + "version": "0.0.0", + "resolved": "git+https://chor.date/eslint-config#bcfdb94f878d4da8bf0a141c61367eaf14594caa", + "dev": true, + "peerDependencies": { + "eslint": ">=6" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + } + }, "dependencies": { "@conduitry/eslint-config": { - "version": "git+https://chor.date/eslint-config#629ff643edad56a6700d4acc3d90948c58a4fc09", - "from": "git+https://chor.date/eslint-config", - "dev": true + "version": "git+https://chor.date/eslint-config#bcfdb94f878d4da8bf0a141c61367eaf14594caa", + "dev": true, + "from": "@conduitry/eslint-config@git+https://chor.date/eslint-config", + "requires": {} } } }