-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "esbuild-react18-useclient",
"version": "1.0.7",
"description": "esbuild plugin for compiling libraries compatible with React 18 server and client component, Nextjs13, Remix, etc.",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/mayank1513/esbuild-react18-useclient.git"
},
"scripts": {
"build": "tsc && node createPackageJSON.js",
"test": "vitest run",
"publish-package": "cp README.md dist/README.md && cd dist && npm publish && cd ..",
"publish-gpr": "node prepGPR.js && cd dist && npm publish"
},
"keywords": [
"react",
"nextjs",
"esbuild",
"esbuild-plugin",
"useclient",
"tsup",
"typescript",
"react18",
"react-server-components",
"react-client-components",
"use client",
"rsc compatible"
],
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/mayank1513"
},
"bugs": {
"url": "https://github.com/mayank1513/esbuild-react18-useclient/issues"
},
"homepage": "https://github.com/mayank1513/esbuild-react18-useclient#readme",
"devDependencies": {
"@types/node": "^18",
"esbuild": "^0.18.17",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
}
}