react-node-to-string
Version:
Extract string from React node.
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "react-node-to-string",
"version": "0.1.2",
"description": "Extract string from React node.",
"main": "build/index.js",
"files": [
"build/index.d.ts",
"build/index.js",
"package.json",
"LICENCE",
"README.md"
],
"scripts": {
"ts": "tsc -w",
"code": "npm run ts",
"build": "rm -fr build/*; tsc",
"prepublishOnly": "npm run build",
"test": "npm run build; jest build/test.js",
"ncu": "ncu --target minor --upgrade"
},
"author": "Sun Knudsen <hello@sunknudsen.com>",
"license": "MIT",
"keywords": [
"react"
],
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/react": "^18.0.27",
"assert": "^2.0.0",
"jest": "^29.4.0",
"npm-check-updates": "^16.6.3",
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sunknudsen/react-node-to-string.git"
},
"bugs": {
"url": "https://github.com/sunknudsen/react-node-to-string/issues"
},
"homepage": "https://github.com/sunknudsen/react-node-to-string#readme",
"prettier": {
"endOfLine": "lf",
"printWidth": 80,
"semi": false,
"tabWidth": 2,
"trailingComma": "es5"
}
}