react-mammoth
Version:
mammoth for React
29 lines (28 loc) • 550 B
JSON
{
"name": "react-mammoth",
"version": "1.0.3",
"description": "mammoth for React",
"main": "lib/index.js",
"module": "lib/index",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"mammoth",
"react",
"vscode",
"react-mammoth",
"mammoth-react"
],
"authors": [
"shuai.zhou <603387530@qq.com>"
],
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.18",
"react": "^18.2.0",
"typescript": "^5.1.6"
},
"dependencies": {}
}