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 13 lines 211 B view raw
1{ 2 "name": "react", 3 "type": "module", 4 "main": "index.js", 5 "scripts": { 6 "start": "ant index.js" 7 }, 8 "dependencies": { 9 "react": "^19.2.4", 10 "esbuild": "^0.27.3" 11 }, 12 "devDependencies": {} 13}