mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
14ef3fa940
* Version Packages * blank commit --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Swarnava Sengupta <swarnava.sengupta@vercel.com>
57 lines
1.0 KiB
JSON
57 lines
1.0 KiB
JSON
{
|
|
"name": "@flags-sdk/vercel",
|
|
"version": "1.2.1",
|
|
"description": "",
|
|
"keywords": [],
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsup --watch",
|
|
"check": "biome check",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/flags-core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.17",
|
|
"flags": "workspace:*",
|
|
"msw": "2.6.4",
|
|
"next": "16.1.5",
|
|
"tsup": "8.5.1",
|
|
"typescript": "5.6.3",
|
|
"vite": "6.4.1",
|
|
"vitest": "2.1.9"
|
|
},
|
|
"peerDependencies": {
|
|
"flags": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|