purescript-fetch/package.json

22 lines
388 B
JSON
Raw Permalink Normal View History

2023-11-18 21:19:48 +00:00
{
2024-06-10 17:16:33 +00:00
"name": "purescript-ezfetch",
2023-11-18 21:19:48 +00:00
"private": true,
"module": "index.js",
"type": "module",
"scripts": {
"fmt": "bun bun/fmt.js"
},
"devDependencies": {
"bun-types": "1.0.11",
"purs-tidy": "^0.10.0",
"spago": "next"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
2024-02-24 01:54:08 +00:00
"dependencies": {},
"optionalDependencies": {
"fetch-socks": "^1.2.0"
}
2023-11-18 21:19:48 +00:00
}