main
json 37 lines 830 Bytes
Raw
1 {
2 "name": "react-markup",
3 "version": "19.3.0",
4 "description": "React package generating embedded markup such as e-mails with support for Server Components.",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/react/react.git",
9 "directory": "packages/react-markup"
10 },
11 "keywords": [
12 "react"
13 ],
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/react/react/issues"
17 },
18 "homepage": "https://react.dev/",
19 "peerDependencies": {
20 "react": "^19.0.0"
21 },
22 "files": [
23 "LICENSE",
24 "README.md",
25 "index.js",
26 "react-markup.react-server.js",
27 "cjs/"
28 ],
29 "exports": {
30 ".": {
31 "react-server": "./react-markup.react-server.js",
32 "default": "./index.js"
33 },
34 "./src/*": "./src/*",
35 "./package.json": "./package.json"
36 }
37 }