Write on the margins of the internet. Powered by the AT Protocol.
at main 14 lines 244 B view raw
1{ 2 "name": "margin-extension", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "lint": "eslint ." 8 }, 9 "devDependencies": { 10 "@eslint/js": "^9.39.2", 11 "eslint": "^9.39.2", 12 "globals": "^17.0.0" 13 } 14}