@bluesyoung/call-app
Version:
44 lines • 1.11 kB
JSON
{
"name": "@bluesyoung/call-app",
"version": "0.1.1",
"description": "try call app",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.es.js",
"types": "./dist/index.d.ts"
}
},
"browser": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"jsdelivr": "dist/index.umd.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/BluesYoung-web/young.git",
"directory": "packages/call-app"
},
"keywords": [
"call-app",
"scheme"
],
"author": "BluesYoung-web",
"license": "MIT",
"bugs": {
"url": "https://github.com/BluesYoung-web/young/issues"
},
"homepage": "https://github.com/BluesYoung-web/young#readme",
"dependencies": {
"@bluesyoung/share-dom": "^0.0.3",
"@bluesyoung/utils": "^0.0.3",
"defu": "^6.1.2"
},
"scripts": {
"test": "vitest",
"build": "vite build && tsup",
"release": "pnpm build && bumpp --commit",
"push": "pnpm publish --access public"
}
}