dialogx
Version:
no reliance on third-party apple iphonx like popups
32 lines (31 loc) • 683 B
JSON
{
"name": "dialogx",
"version": "3.1.11",
"description": "no reliance on third-party apple iphonx like popups",
"main": "dist/dialogx.js",
"types": "dist/dialogx.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "live-server --port=9898",
"build": "tsc -watch -m amd",
"build:prod": "tsc"
},
"author": "LuoyouKang",
"license": "MIT",
"devDependencies": {
"typescript": "^3.7.5"
},
"keywords": [
"弹窗",
"util",
"dialog",
"MessageBox",
"Alert",
"Confirm",
"Prompt",
"Action",
"Async",
"Pin",
"keyboard"
]
}