@happykit/flags
Version:
Feature Flags for Next.js
65 lines • 1.49 kB
JSON
{
"name": "@happykit/flags",
"version": "3.3.0",
"description": "Feature Flags for Next.js",
"author": "Dominik Ferber <dominik.ferber+npm@gmail.com> (http://dferber.de/)",
"license": "MIT",
"keywords": [
"next",
"react",
"feature flags",
"feature toggling",
"flags"
],
"homepage": "https://happykit.dev/",
"repository": {
"type": "git",
"url": "https://github.com/happykit/flags"
},
"peerDependencies": {
"next": ">=12.0.2",
"react": ">=16.13.1"
},
"dependencies": {
"nanoid": "3.2.0"
},
"devDependencies": {
"@babel/core": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/react-hooks": "8.0.1",
"@types/cookie": "0.4.1",
"@types/jest": "27.4.0",
"@types/node": "17.0.15",
"@types/react": "18.0.18",
"fetch-mock-jest": "1.5.1",
"jest": "27.5.0",
"next": "13.4.4",
"node-fetch": "^2.6.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "27.1.3",
"tsup": "^6.2.3",
"typescript": "4.5.5",
"whatwg-fetch": "3.6.2"
},
"files": [
"dist",
"client",
"config",
"context",
"edge",
"evaluate",
"server",
"api-route"
],
"scripts": {
"dev": "tsup --watch",
"prebuild": "jest",
"build": "tsup --minify",
"test": "jest"
}
}