mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
432da64919
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
22 lines
488 B
JSON
22 lines
488 B
JSON
{
|
|
"name": "@gitbook/colors",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"version": "0.3.1",
|
|
"devDependencies": {
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"dev": "tsc -w"
|
|
},
|
|
"files": ["dist", "src", "README.md", "CHANGELOG.md"]
|
|
}
|