nuxt-csurf
Version:
Nuxt Cross-Site Request Forgery (CSRF) Prevention
54 lines (53 loc) • 1.29 kB
JSON
{
"name": "nuxt-csurf",
"version": "1.6.3",
"description": "Nuxt Cross-Site Request Forgery (CSRF) Prevention",
"keywords": [
"nuxt",
"csrf",
"module"
],
"author": "morgbn",
"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": {
"build": "nuxt-module-build build",
"dev": "nuxi dev playground",
"lint": "eslint .",
"dev:build": "nuxi build playground",
"prepack": "nuxt-module-build build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground"
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"defu": "^6.1.4",
"uncsrf": "^1.1.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@types/node": "^20.16.1",
"eslint": "^9.9.0",
"nuxt": "^3.12.4",
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Morgbn/nuxt-csurf.git"
},
"packageManager": "yarn@4.1.1"
}