23 lines
560 B
JSON
23 lines
560 B
JSON
{
|
|
"name": "@any-touch/compute",
|
|
"version": "2.2.0",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"description": "any-touch内部依赖的包, 进行手势数据计算.",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"dependencies": {
|
|
"@any-touch/shared": "^2.2.0",
|
|
"@any-touch/vector": "^2.2.0",
|
|
"tslib": "^2.3.1"
|
|
},
|
|
"author": "any86",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"gitHead": "c3df8dd84bd61d91f766f6d7f31dbefe6e463ce6"
|
|
}
|