You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

49 lines
1.5 KiB

{
"private": true,
"type": "module",
"name": "xyx-utils",
"version": "1.0.0",
"description": "一个模块化的工具库集合",
"repository": {
"type": "git",
"url": "https://github.com/npmrun/xyx-utils"
},
"scripts": {
"build": "tsx scripts/build.mts build",
"dev": "tsx scripts/build.mts dev",
"docs:dev": "vitepress dev packages",
"docs:build": "vitepress build packages",
"docs:serve": "vitepress serve packages",
"test": "tsx scripts/test.mts",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage --config ./vitest.shared.ts",
"changeset:add": "changeset add",
"changeset:version": "changeset version",
"changeset:publish": "pnpm publish -r --access=public",
"release": "pnpm run build && pnpm run changeset:add && pnpm run changeset:version && pnpm run changeset:publish"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@types/node": "^22.10.5",
"@vitepress-demo-preview/component": "^2.3.2",
"@vitepress-demo-preview/plugin": "^1.3.0",
"@vitest/coverage-v8": "^3.0.6",
"@vitest/ui": "^3.0.6",
"@vueuse/core": ">=10.0.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"jsdom": "^26.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.41.0",
"tsconfig": "workspace: *",
"tsx": "^4.19.2",
"unbuild": "^3.2.0",
"vitepress": "^1.6.3",
"vitest": "^3.0.6",
"vue": "^3.5.13"
}
}