diff options
Diffstat (limited to 'users/Profpatsch/lyric/package.json')
-rw-r--r-- | users/Profpatsch/lyric/package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/users/Profpatsch/lyric/package.json b/users/Profpatsch/lyric/package.json new file mode 100644 index 000000000000..4621d087e0fd --- /dev/null +++ b/users/Profpatsch/lyric/package.json @@ -0,0 +1,23 @@ +{ + "name": "lyric", + "version": "1.0.0", + "main": "dist/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "type": "module", + "license": "GPL-3.0-or-later", + "description": "", + "dependencies": {}, + "devDependencies": { + "@eslint/js": "^9.10.0", + "@types/eslint__js": "^8.42.3", + "@types/node": "^22.5.5", + "@typescript-eslint/parser": "^8.7.0", + "eslint": "^9.10.0", + "globals": "^15.9.0", + "typescript": "^5.6.2", + "typescript-eslint": "^8.6.0" + } +} |