{ "name": "2h2r", "version": "1.0.0", "description": "2h2r", "main": "dist/index.js", "scripts": { "start": "parcel src/index.html", "build": "parcel build src/index.html" }, "dependencies": { "chord-symbol": "^4.0.0" }, "repository": { "type": "git", "url": "git@git.dorfsvald.net:ewandor/2h2r.git" }, "keywords": [ "chords", "singalong", "transpose", "editor" ], "author": "ewandor", "license": "ISC", "devDependencies": { "parcel": "^2.12.0", "ts-loader": "^9.5.1", "typescript": "^5.5.3" } }