next-csrf
Version:
CSRF mitigation library for Next.js
33 lines (32 loc) • 639 B
JSON
{
"name": "stylis-rule-sheet",
"main": "index.js",
"description": "stylis plugin to extract individual rules to use with insertRule API",
"version": "0.0.10",
"homepage": "https://github.com/thysultan/stylis.js",
"license": "MIT",
"author": {
"name": "Sultan Tarimo",
"email": "sultantarimo@me.com"
},
"keywords": [
"stylis",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/thysultan/stylis.js"
},
"bugs": {
"url": "https://github.com/thysultan/stylis.js/issues"
},
"scripts": {
"test": "node ./tests"
},
"files": [
"index.js"
],
"peerDependencies": {
"stylis": "^3.5.0"
}
}