25 lines
557 B
JSON
25 lines
557 B
JSON
{
|
|
"name": "fluent-url",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rimraf ./dist && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
"prepare": "pnpm build",
|
|
"test": "vitest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.30.1",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.3",
|
|
"@types/node": "25.3.0",
|
|
"rimraf": "6.1.3",
|
|
"tsc-alias": "1.8.16",
|
|
"tsx": "4.21.0",
|
|
"typescript": "5.9.3",
|
|
"vitest": "4.0.18"
|
|
}
|
|
}
|