@flags-sdk/bucket
Version:
Bucket.co provider for the Flags SDK
70 lines • 1.41 kB
JSON
{
"name": "@flags-sdk/bucket",
"version": "0.1.1",
"description": "Bucket.co provider for the Flags SDK",
"keywords": [
"flags-sdk",
"bucket.co",
"bucket",
"vercel",
"edge config",
"feature flags",
"flags"
],
"homepage": "https://flags-sdk.dev",
"bugs": {
"url": "https://github.com/vercel/flags/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/flags.git"
},
"license": "MIT",
"author": "",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"typesVersions": {
"*": {
".": [
"dist/*.d.ts",
"dist/*.d.cts"
]
}
},
"files": [
"dist",
"CHANGELOG.md"
],
"dependencies": {
"@bucketco/node-sdk": "1.8.3"
},
"devDependencies": {
"@types/node": "20.11.17",
"msw": "2.6.4",
"rimraf": "6.0.1",
"tsup": "8.0.1",
"typescript": "5.6.3",
"vite": "5.1.1",
"vitest": "1.4.0",
"eslint-config-custom": "0.0.0",
"flags": "4.0.0",
"tsconfig": "0.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rimraf dist && tsup",
"dev": "tsup --watch --clean=false",
"eslint": "eslint-runner",
"eslint:fix": "eslint-runner --fix",
"type-check": "tsc --noEmit"
}
}