nex_docus/.dsh-plugins/pet-dock/package.json

20 lines
446 B
JSON
Raw Normal View History

2026-08-25 02:17:40 +00:00
{
"name": "@nex/pet-dock",
"version": "0.1.0",
"description": "Digital pets dock: cow, cat & dog pets at the right-middle edge with click-to-center interaction.",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./client": "./lib/client.js",
"./package.json": "./package.json"
},
"dsh": {
"client": {
"platform": "web",
"immediately": true
}
},
"license": "MIT"
}