@vant/touch-emulator
Version:
Vant touch emulator
22 lines • 540 B
JSON
{
"name": "@vant/touch-emulator",
"version": "1.5.0",
"description": "Vant touch emulator",
"main": "dist/index.js",
"module": "dist/index.mjs",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/vant-ui/vant.git",
"directory": "packages/vant-touch-emulator"
},
"bugs": "https://github.com/vant-ui/vant/issues",
"author": "chenjiahan",
"license": "MIT",
"scripts": {
"build": "node ./build.js"
}
}