gesture-customizer
Version:
Help you customize and manage gesture action in web.
40 lines • 1.46 kB
JSON
{
"name": "gesture-customizer",
"version": "1.0.12",
"main": "lib/index.js",
"description": "Help you customize and manage gesture action in web.",
"license": "MIT",
"scripts": {
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\"",
"build:jsWithSourceMap": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArisAgeha/gesture-customizer.git"
},
"keywords": [
"gesture",
"react-gesture",
"vue-gesture"
],
"author": "ArisAgeha <87725092@qq.com>",
"bugs": {
"url": "https://github.com/ArisAgeha/gesture-customizer/issues"
},
"homepage": "https://github.com/ArisAgeha/gesture-customizer",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"typescript": "^3.8.3"
},
"dependencies": {}
}