@reusable-ui/typos
Version:
Texts, paragraphs, fonts and more.
63 lines (62 loc) • 1.85 kB
JSON
{
"name": "@reusable-ui/typos",
"version": "6.5.1",
"description": "Texts, paragraphs, fonts and more.",
"keywords": [
"texts",
"paragraphs",
"fonts",
"typography"
],
"author": "HeyMarco <31385284+heyymarco@users.noreply.github.com>",
"homepage": "https://reusableui.org",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/reusable-ui/reusable-ui-monorepo.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": "./dist/index.js",
"./index": "./dist/index.js",
"./index.js": "./dist/index.js",
"./configs": "./dist/configs/index.js",
"./configs.js": "./dist/configs/index.js",
"./configs/index": "./dist/configs/index.js",
"./configs/index.js": "./dist/configs/index.js",
"./styles": "./dist/styles/index.js",
"./styles.js": "./dist/styles/index.js",
"./styles/index": "./dist/styles/index.js",
"./styles/index.js": "./dist/styles/index.js",
"./effects": "./dist/effects/index.js",
"./effects.js": "./dist/effects/index.js",
"./effects/index": "./dist/effects/index.js",
"./effects/index.js": "./dist/effects/index.js",
"./package.json": "./package.json"
},
"sideEffects": [
"dist/effects/*.js"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"ncu": "ncu --peer",
"ncu:upgrade": "ncu --peer --upgrade",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"dependencies": {
"@cssfn/core": "^3.2.0"
},
"peerDependencies": {
"@reusable-ui/background": "^6.5.0",
"@reusable-ui/borders": "^6.5.0",
"@reusable-ui/colors": "^6.5.0",
"@reusable-ui/spacers": "^6.5.0"
},
"gitHead": "7544d65224f1e9f67bd0797b4b51cb7a5b9d37d5"
}