23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"name": "@any-touch/press",
|
|
"version": "2.2.0",
|
|
"description": "any-touch的识别器, 用来识别按压手势.",
|
|
"main": "./dist/index",
|
|
"module": "./dist/index.es.js",
|
|
"types": "dist/index.d.ts",
|
|
"author": "any86",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"dependencies": {
|
|
"@any-touch/compute": "^2.2.0",
|
|
"@any-touch/shared": "^2.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"sideEffects": false,
|
|
"gitHead": "c3df8dd84bd61d91f766f6d7f31dbefe6e463ce6"
|
|
}
|