@edge-csrf/node-http
Version:
Edge-CSRF integration library for node's http module
37 lines • 901 B
JSON
{
"name": "@edge-csrf/node-http",
"version": "2.5.3-cloudflare-rc1",
"description": "Edge-CSRF integration library for node's http module",
"author": "Andres Morey",
"license": "MIT",
"repository": "kubetail-org/edge-csrf",
"type": "module",
"sideEffects": false,
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"keywords": [
"csrf",
"tokens",
"edge",
"node",
"createServer"
],
"dependencies": {
"cookie": "^0.7.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/supertest": "^6.0.2",
"supertest": "^7.0.0"
},
"scripts": {
"build": "tsc && vite build",
"lint": "eslint \"./src/**/*.ts{,x}\"",
"test": "vitest",
"test-all": "vitest run --environment node && vitest run --environment edge-runtime && vitest run --environment miniflare"
}
}