Files
plunk/packages/types/package.json
T

23 lines
488 B
JSON

{
"name": "@plunk/types",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"clean": "rimraf node_modules .turbo dist",
"build": "tsc"
},
"devDependencies": {
"@plunk/db": "*",
"@plunk/typescript-config": "*",
"@types/node": "^24.10.0",
"@types/react": "^19.2.7",
"typescript": "^5.7.2"
},
"exports": {
"./integrations/*": "./dist/integrations/*.js",
"./swyp/*": "./dist/swyp/*.js",
".": "./dist/index.js"
}
}