@nicodes/react-heading
Version:
Smart headings for React
35 lines (34 loc) • 679 B
JSON
{
"name": "@nicodes/react-heading",
"version": "0.1.1",
"description": "Smart headings for React",
"keywords": [
"react-heading",
"react",
"component",
"heading",
"typescript",
"javascript",
"html",
"nicodes"
],
"main": "dist/index",
"types": "dist/index",
"repository": "https://github.com/nicodes/react-heading.git",
"author": "nicodes <nicozessoules@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc"
},
"devDependencies": {
"@types/react": "^18.0.26",
"typescript": "^4.9.4"
},
"files": [
"/package.json",
"/README.md",
"/dist",
"/src"
]
}