@trycourier/courier-ui-core
Version:
The core UI kit for Courier Web Components
38 lines (37 loc) • 854 B
JSON
{
"name": "@trycourier/courier-ui-core",
"version": "2.0.0",
"description": "The core UI kit for Courier Web Components",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:ci": "yarn build && yarn generate-api-doc",
"watch": "vite build --watch",
"preview": "vite preview",
"prepare": "npm run build",
"test": "echo \"courier-ui-core has no tests\"",
"generate-api-doc": "api-extractor run"
},
"keywords": [
"courier",
"ui",
"shared",
"typescript",
"browser"
],
"author": "Courier",
"license": "MIT",
"repository": {
"url": "https://github.com/trycourier/courier-web"
},
"files": [
"dist"
],
"devDependencies": {
"vite": "6.2.6",
"vite-plugin-dts": "4.5.3"
}
}