UNPKG

@nosecone/sveltekit

Version:

Protect your SvelteKit application with secure headers

80 lines (79 loc) 1.88 kB
{ "name": "@nosecone/sveltekit", "version": "1.0.0", "description": "Protect your SvelteKit application with secure headers", "keywords": [ "arcjet", "coep", "coep", "content-security-policy", "coop", "corp", "cross-origin-embedder-policy", "cross-origin-opener-policy", "cross-origin-resource-policy", "csp", "header", "http", "nosecone", "protect", "sveltekit", "svelte" ], "license": "Apache-2.0", "homepage": "https://arcjet.com", "repository": { "type": "git", "url": "git+https://github.com/arcjet/arcjet-js.git", "directory": "nosecone-sveltekit" }, "bugs": { "url": "https://github.com/arcjet/arcjet-js/issues", "email": "support@arcjet.com" }, "author": { "name": "Arcjet", "email": "support@arcjet.com", "url": "https://arcjet.com" }, "engines": { "node": ">=20" }, "type": "module", "main": "./index.js", "types": "./index.d.ts", "files": [ "index.d.ts", "index.js" ], "scripts": { "build": "rollup --config rollup.config.js", "lint": "eslint .", "prepublishOnly": "npm run build", "test-api": "node --test -- test/*.test.js", "test-coverage": "node --experimental-test-coverage --test -- test/*.test.js", "test": "npm run build && npm run lint && npm run test-coverage" }, "dependencies": { "nosecone": "1.0.0" }, "peerDependencies": { "@sveltejs/kit": ">=2" }, "devDependencies": { "@arcjet/eslint-config": "1.0.0", "@arcjet/rollup-config": "1.0.0", "@rollup/wasm-node": "4.55.1", "@sveltejs/kit": "2.49.5", "@sveltejs/vite-plugin-svelte": "6.2.4", "@types/node": "25.0.8", "eslint": "9.39.2", "svelte": "5.46.4", "typescript": "5.9.3", "vite": "7.3.1" }, "publishConfig": { "access": "public", "tag": "latest" } }