MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 12 lines 189 B view raw
1{ 2 "name": "preact", 3 "type": "module", 4 "main": "index.js", 5 "scripts": { 6 "start": "ant index.js" 7 }, 8 "dependencies": { 9 "preact": "^10.29.0", 10 "esbuild": "^0.27.3" 11 } 12}