23 lines
463 B
JSON
23 lines
463 B
JSON
{
|
|
"name": "mpp-saturn",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun scripts/build.ts",
|
|
"watch": "bun run build --watch --debug"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.21",
|
|
"@types/react-dom": "^18.2.7",
|
|
"bun-types": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"mppclone-client": "^1.1.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|