20 lines
446 B
JSON
20 lines
446 B
JSON
{
|
|
"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"
|
|
}
|