diff options
Diffstat (limited to 'users/Profpatsch/package.json')
-rw-r--r-- | users/Profpatsch/package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/users/Profpatsch/package.json b/users/Profpatsch/package.json new file mode 100644 index 000000000000..42bbc52ebfdf --- /dev/null +++ b/users/Profpatsch/package.json @@ -0,0 +1,17 @@ +{ + "name": "profpatsch", + "version": "1.0.0", + "description": "Welcome, Welcome.", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "MIT", + "devDependencies": { + "@eslint/js": "^9.11.1", + "@types/eslint__js": "^8.42.3", + "@typescript-eslint/parser": "^8.8.0", + "eslint": "^9.11.1", + "typescript-eslint": "^8.8.0" + } +} |