package.json (106B)
1 { 2 "private": true, 3 "name": "fetch", 4 "main": "./fetch.server.js", 5 "browser": "./fetch.client.js" 6 }