@flopflip/types
Version:
Type definitions for flipflop
64 lines • 1.36 kB
JSON
{
"name": "@flopflip/types",
"version": "15.0.0",
"description": "Type definitions for flipflop",
"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": [
"readme.md",
"dist/**"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/tdeekens/flopflip.git",
"directory": "packages/types"
},
"author": "Tobias Deekens <nerd@tdeekens.name>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdeekens/flopflip/issues"
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"keywords": [
"feature-flags",
"feature-toggles",
"types"
],
"dependencies": {
"launchdarkly-js-client-sdk": "3.5.0"
},
"devDependencies": {
"@types/react": "19.0.10",
"tsup": "8.4.0",
"typescript": "5.7.3",
"@flopflip/tsconfig": "15.0.0"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
},
"scripts": {
"build": "rimraf dist && tsup",
"check-types": "tsc --noEmit",
"test": "exit 0",
"test:watch": "exit 0",
"dev": "tsup --watch --clean=false"
}
}