UNPKG

cross-gesture

Version:
47 lines (46 loc) 1.23 kB
{ "name": "cross-gesture", "version": "1.5.1", "description": "Gesture lib for the modern browsers", "keywords": [ "gesture", "tiny", "modern", "browsers", "touch", "tap", "singleTap", "longTap", "doubleTap", "pinch", "rotate", "swipe" ], "module": "./lib/esm/index.js", "main": "./lib/cjs/index.js", "typings": "./lib/esm/index.d.ts", "repository": "https://github.com/iamcco/cross-gesture.js.git", "author": "iamcco <ooiss@qq.com>", "license": "MIT", "scripts": { "clean": "rm -rf ./lib", "build": "yarn clean && yarn build:esm && yarn build:cjs", "build:esm": "rm -rf lib/esm && tsc -p ./tsconfig.esm.json", "build:cjs": "rm -rf lib/cjs && tsc -p ./tsconfig.cjs.json", "lint": "eslint --fix ./src", "prepare": "husky install && yarn build" }, "devDependencies": { "@types/jest": "^26.0.24", "@typescript-eslint/eslint-plugin": "^4.28.4", "@typescript-eslint/parser": "^4.28.4", "eslint": "^7.31.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "husky": "^7.0.1", "jest": "^27.0.6", "prettier": "^2.3.2", "ts-jest": "^27.0.4", "typescript": "^4.3.5" } }