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

44 lines
1.2 KiB
JSON

{
"name": "any-touch",
"version": "2.2.0",
"description": "一个小巧的手势库",
"unpkg": "dist/any-touch.umd.min.js",
"jsdelivr": "dist/any-touch.umd.min.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist/*",
"../../README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/any86/any-touch.git"
},
"author": "any86",
"license": "MIT",
"bugs": {
"url": "https://github.com/any86/any-touch/issues"
},
"homepage": "https://github.com/any86/any-touch#readme",
"dependencies": {
"@any-touch/core": "^2.2.0",
"@any-touch/doubletap": "^2.2.0",
"@any-touch/pan": "^2.2.0",
"@any-touch/pinch": "^2.2.0",
"@any-touch/press": "^2.2.0",
"@any-touch/rotate": "^2.2.0",
"@any-touch/swipe": "^2.2.0",
"@any-touch/tap": "^2.2.0",
"any-event": "^2.2.0",
"tslib": "^2.3.1"
},
"keywords": [
"touch",
"mouse",
"gesture"
],
"sideEffects": false,
"gitHead": "c3df8dd84bd61d91f766f6d7f31dbefe6e463ce6"
}