@rocket.chat/logo
Version:
Rocket.Chat logo package
71 lines (70 loc) • 1.79 kB
JSON
{
"name": "@rocket.chat/logo",
"version": "0.32.5",
"description": "Rocket.Chat logo package",
"keywords": [
"rocketchat",
"rocketchat logo"
],
"homepage": "https://github.com/RocketChat/fuselage#readme",
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/fuselage.git",
"directory": "packages/logo"
},
"license": "MIT",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "run-s .:build:clean .:build:esm .:build:cjs .:build:logo",
".:build:clean": "rimraf dist",
".:build:esm": "tsc -p tsconfig.esm.json",
".:build:cjs": "tsc -p tsconfig.cjs.json",
".:build:logo": "build-logo",
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"docs": "typedoc"
},
"dependencies": {
"@rocket.chat/styled": "^0.33.0"
},
"devDependencies": {
"@rocket.chat/fuselage-tokens": "^0.33.2",
"@testing-library/dom": "~10.4.1",
"@testing-library/react": "~16.3.2",
"@types/react": "~18.3.27",
"@types/react-dom": "~18.3.7",
"build-logo": "^0.31.25",
"eslint": "~9.39.2",
"jest": "~30.3.0",
"jest-environment-jsdom": "~30.3.0",
"lint-all": "^0.31.25",
"npm-run-all": "^4.1.5",
"prettier": "~3.6.2",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"rimraf": "~6.0.1",
"ts-jest": "~29.4.6",
"typedoc": "~0.28.18",
"typescript": "~5.9.3"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"publishConfig": {
"access": "public"
}
}