UNPKG

@rescript/webapi

Version:

Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)

39 lines (38 loc) 954 B
{ "name": "@rescript/webapi", "version": "0.1.0-experimental-29b94b3", "description": "Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)", "homepage": "https://github.com/rescript-lang/experimental-rescript-webapi", "bugs": "https://github.com/rescript-lang/experimental-rescript-webapi/issues", "repository": { "type": "git", "url": "git+https://github.com/rescript-lang/experimental-rescript-webapi.git" }, "author": { "name": "Florian Verdonck" }, "maintainers": [ "Florian Verdonck (https://github.com/nojaf)" ], "keywords": [ "rescript", "webapi", "mdn", "dom", "fetch" ], "files": [ "rescript.json", "src/**/*.res" ], "type": "module", "scripts": { "test": "node tests/index.js", "build": "rewatch", "format": "rescript format -all" }, "license": "MIT", "dependencies": { "rescript": "^12.0.0-alpha.4" } }