mirror of
https://github.com/ant-design/ant-design-cli.git
synced 2026-09-14 19:07:15 +08:00
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "@ant-design/cli",
|
|
"version": "6.6.4",
|
|
"description": "CLI tool for querying antd knowledge and analyzing antd usage in projects",
|
|
"type": "module",
|
|
"bin": {
|
|
"antd": "dist/index.js"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"data",
|
|
"skills"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsup --watch",
|
|
"start": "node dist/index.js",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"typecheck": "tsc --noEmit",
|
|
"generate:logo": "tsx scripts/generate-logo.ts",
|
|
"extract": "tsx scripts/extract.ts",
|
|
"prepack": "npm run build && tsx scripts/compress-data.ts",
|
|
"postpack": "tsx scripts/compress-data.ts --undo"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"keywords": [
|
|
"ant-design",
|
|
"antd",
|
|
"cli",
|
|
"component",
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/ant-design/ant-design-cli#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ant-design/ant-design-cli.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "0.28.1",
|
|
"ip-address": "^10.1.1"
|
|
},
|
|
"dependencies": {
|
|
"cfonts": "^3.3.1",
|
|
"fast-glob": "^3.3.3",
|
|
"fast-levenshtein": "^3.0.0",
|
|
"oxc-parser": "^0.144.0",
|
|
"semver": "^7.8.0",
|
|
"string-width": "^8.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
"@types/fast-levenshtein": "^0.0.4",
|
|
"@types/node": "^26.0.0",
|
|
"@types/semver": "^7.7.1",
|
|
"@vitest/coverage-v8": "^4.1.2",
|
|
"commander": "^15.0.0",
|
|
"conf": "^15.1.0",
|
|
"env-paths": "^4.0.0",
|
|
"envinfo": "^7.21.0",
|
|
"tsup": "^8.4.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.2",
|
|
"yaml": "^2.9.0"
|
|
}
|
|
}
|