@cbpds/react-components
Version:
React components encapsulating the CBP Design System web components.
41 lines (40 loc) • 1.1 kB
JSON
{
"name": "@cbpds/react-components",
"version": "0.0.1-develop.28",
"description": "React components encapsulating the CBP Design System web components.",
"main": "dist/lib/index.js",
"module": "dist/lib/index.js",
"types": "dist/types/lib/index.d.ts",
"license": "CC0-1.0",
"author": "Creative Services <CreativeServices@cbp.dhs.gov>",
"repository": {
"type": "git",
"url": "git+https://github.com/US-CBP/design-system.git"
},
"homepage": "https://github.com/US-CBP/design-system/tree/develop/packages/react-components",
"bugs": {
"url": "https://github.com/US-CBP/design-system/issues"
},
"devDependencies": {
"@types/react": "18.2.45",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run tsc",
"tsc": "tsc -p . --outDir ./dist"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"CBP",
"CBP Design System"
],
"gitHead": "d225f6b64b92b35e7ae1804763d19448dd1969f4"
}