@yozora/react-strong
Version:
render markdown strong node in react
56 lines (55 loc) • 1.46 kB
JSON
{
"name": "@yozora/react-strong",
"version": "2.0.0-alpha.4",
"description": "render markdown strong node in react",
"author": {
"name": "guanghechen",
"url": "https://github.com/guanghechen/"
},
"repository": {
"type": "git",
"url": "https://github.com/yozorajs/yozora-react.git",
"directory": "packages/strong"
},
"homepage": "https://github.com/yozorajs/yozora-react/tree/main/packages/strong#readme",
"keywords": [
"mdast renderer",
"strong",
"emphasis"
],
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"source": "src/index.tsx",
"license": "MIT",
"engines": {
"node": ">= 14.15.0"
},
"files": [
"lib/",
"!lib/**/*.js.map",
"!lib/**/*.d.ts.map",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js",
"prebuild": "rimraf lib/ && tsc -p tsconfig.src.json --emitDeclarationOnly",
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build",
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
},
"peerDependencies": {
"clsx": "^1.1.1",
"prop-types": "^15.7.2",
"react": ">= 17.0.0"
},
"browserslist": [
"last 2 versions",
"Firefox ESR",
"> 1%",
"ie >= 11"
],
"gitHead": "353de65df7654dea1bc84b9f53b0e8bbdd8c1b32"
}