@xsprtd/nuxt-api
Version:
Nuxt API Authentication and Http Client
76 lines (75 loc) • 2.05 kB
JSON
{
"name": "@xsprtd/nuxt-api",
"version": "1.2.0",
"description": "Nuxt API Authentication and Http Client",
"author": "Sebastian Sulinski <seb@sulinski.me>",
"keywords": [
"auth",
"laravel",
"sanctum",
"sanctum-authentication",
"laravel-sanctum-authentication",
"nuxt-authentication",
"http-client",
"fetch-client",
"nuxt-http-client",
"nuxt-api-client",
"authentication",
"token-api-authentication",
"cookie-api-authentication"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xsprtd/nuxt-api.git"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"prepare": "nuxt-module-build prepare",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
"link": "npm link",
"semantic-release": "semantic-release"
},
"dependencies": {
"@nuxt/kit": "^3.16.0",
"defu": "^6.1.4",
"semantic-release": "^24.2.3"
},
"devDependencies": {
"@nuxt/devtools": "^2.2.1",
"@nuxt/eslint-config": "^1.2.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.16.0",
"@nuxt/test-utils": "^3.17.2",
"@types/node": "latest",
"changelogen": "^0.6.1",
"eslint": "^9.22.0",
"nuxt": "^3.16.0",
"typescript": "~5.8.2",
"vitest": "^3.0.8",
"vue-tsc": "^2.2.8"
},
"publishConfig": {
"access": "public"
}
}