mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@gitbook/icons",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./icons": {
|
|
"types": "./dist/icons.d.ts",
|
|
"development": "./src/icons.ts",
|
|
"default": "./dist/icons.js"
|
|
},
|
|
"./style.css": "./src/style.css"
|
|
},
|
|
"sideEffects": false,
|
|
"version": "0.3.4",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/fontawesome-free": "^6.6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@gitbook/fontawesome-pro": "1.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"react": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"scripts": {
|
|
"generate": "bun ./bin/gen-list.js",
|
|
"build": "tsdown",
|
|
"typecheck": "tsc --noEmit",
|
|
"dev": "bun run build -- --watch ./src",
|
|
"clean": "rm -rf ./dist && rm -rf ./src/data",
|
|
"unit": "bun test",
|
|
"publish-to-npm": "../../scripts/publish-if-new.sh"
|
|
},
|
|
"bin": {
|
|
"gitbook-icons": "./bin/gitbook-icons.js"
|
|
},
|
|
"files": ["dist", "bin", "README.md", "CHANGELOG.md"],
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/GitbookIO/gitbook"
|
|
}
|
|
}
|