rraziel/esx-rs

View on GitHub
packages/client-fetch/package.json

Summary

Maintainability
Test Coverage
{
"name": "@esx-rs/client-fetch",
"version": "0.2.1",
"private": true,
"repository": "https://github.com/rraziel/esx-rs/tree/master/packages/client-fetch",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"typescript",
"ecmascript",
"rest",
"http",
"esx-rs",
"client",
"fetch"
],
"scripts": {
"compile": "tsc -p ."
}
}