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