mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
53 lines
1003 B
JSON
53 lines
1003 B
JSON
{
|
|
"name": "@flags-sdk/split",
|
|
"version": "0.1.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": "rimraf dist && tsup",
|
|
"dev": "tsup --watch --clean=false",
|
|
"check": "biome check",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.17",
|
|
"flags": "workspace:*",
|
|
"msw": "2.6.4",
|
|
"rimraf": "6.1.2",
|
|
"tsup": "8.5.1",
|
|
"typescript": "5.6.3",
|
|
"vite": "5.4.21",
|
|
"vitest": "1.6.1"
|
|
},
|
|
"peerDependencies": {},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|