next-cookies
Version:
get the cookies on both the client & server
47 lines (46 loc) • 1.06 kB
JSON
{
"name": "next-cookies",
"version": "2.0.3",
"description": "get the cookies on both the client & server",
"main": "index.js",
"types": "index.d.ts",
"repository": "matthewmueller/next-cookies",
"scripts": {
"test-server": "cd tests/test-app && npm run test-server",
"lint": "eslint .",
"autofix": "eslint . --fix",
"test-integration": "node tests/run_integration_tests.js",
"test": "npm run lint && npm run test-integration"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"cookies",
"next.js",
"cookie",
"parser",
"json"
],
"author": "Matthew Mueller",
"license": "MIT",
"dependencies": {
"universal-cookie": "^4.0.2"
},
"devDependencies": {
"chromedriver": "*",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"nightwatch": "^1.2.4",
"prettier": "1.18.2",
"react": "16.11.0",
"react-dom": "16.11.0"
}
}