ui-dev-content/package.json

21 lines
357 B
JSON
Raw Permalink Normal View History

{
"name": "@cocotte/ui-dev-content",
"version": "0.1.0",
"type": "module",
"publishConfig": {
"registry": "http://134.199.243.61:4873/"
},
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"react": "^19.2.3"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": false
}
}