2025-07-04 15:36:51 +08:00

24 lines
633 B
JSON

{
"name": "@any-touch/doubletap",
"version": "2.2.0",
"description": "any-touch的识别器, 用来识别双击手势, 是Tap识别器的一个特例",
"main": "./dist/index",
"module": "./dist/index.es.js",
"types": "dist/index.d.ts",
"author": "any86",
"license": "MIT",
"dependencies": {
"@any-touch/compute": "^2.2.0",
"@any-touch/shared": "^2.2.0",
"@any-touch/vector": "^2.2.0"
},
"files": [
"dist/*"
],
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"gitHead": "c3df8dd84bd61d91f766f6d7f31dbefe6e463ce6"
}