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

38 lines
958 B
JSON

{
"name": "@any-touch/core",
"version": "2.2.0",
"description": "any-touch核心程序, 主要用来兼容Mouse/Touch事件.",
"unpkg": "dist/any-touch.js",
"jsdelivr": "dist/any-touch.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"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/shared": "^2.2.0",
"any-event": "^2.2.0"
},
"keywords": [
"touch",
"mouse",
"gesture"
],
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"gitHead": "c3df8dd84bd61d91f766f6d7f31dbefe6e463ce6"
}