UNPKG

lara-fetch

Version:

Vanilla JS fetch wrapper for Laravel SPAs with CSRF support

65 lines (64 loc) 1.23 kB
{ "name": "lara-fetch", "version": "1.0.5", "description": "Vanilla JS fetch wrapper for Laravel SPAs with CSRF support", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "exports": { ".": { "require": "./dist/index.cjs.js", "import": "./dist/index.esm.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "rollup -c && cp index.d.ts dist/" }, "files": [ "dist", "README.md" ], "keywords": [ "larafetch", "laraFetch", "lara-fetch", "laravel", "fetch", "csrf", "spa", "vanilla-js", "http", "client", "api", "javascript", "typescript", "http-client", "http-request", "http-wrapper", "http-fetch", "http-library", "rest-client", "rest-api", "rest-wrapper", "http", "http-lib", "http-fetch-lib", "http-request-lib", "nuxt", "nuxt3", "nuxtjs", "vue", "vue3", "vuejs" ], "author": "Agyemang Bright <github.com/agyaboat/>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/agyaboat/lara-fetch.git" }, "types": "index.d.ts", "devDependencies": { "rollup": "^4.52.5" } }