mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
24 lines
555 B
JSON
24 lines
555 B
JSON
{
|
|
"name": "@vant/touch-emulator",
|
|
"version": "1.1.0",
|
|
"description": "Vant touch emulator",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"release": "npm publish --access publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/youzan/vant.git",
|
|
"directory": "packages/vant-touch-emulator"
|
|
},
|
|
"keywords": [
|
|
"vant"
|
|
],
|
|
"author": "neverland",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/youzan/vant/issues"
|
|
},
|
|
"homepage": "https://github.com/youzan/vant/packages/vant-touch-emulator#readme"
|
|
}
|