33 "version" : " 1.0.0" ,
44 "description" : " Nativescript plugin for gestures" ,
55 "scripts" : {
6+ "setup" : " ts-patch install" ,
67 "tsc" : " cp src/gesturehandler.d.ts plugin && tsc -skipLibCheck -d" ,
78 "clean" : " rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json" ,
89 "build.plugin" : " cp README.md plugin/ && rm -f .tsbuildinfo && npm run tsc" ,
1718 "plugin.watch.android" : " npm i && npm-watch build.android" ,
1819 "plugin.watch.ios" : " npm i && npm-watch build.ios" ,
1920 "plugin.watch" : " npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios" ,
20- "publish" : " npm run build && lerna publish" ,
21+ "publish" : " npm run build && lerna publish --create-release=github " ,
2122 "commitmsg" : " commitlint -e $GIT_PARAMS"
2223 },
2324 "keywords" : [
3738 "homepage" : " https://github.com/nativescript-community/gesturehandler" ,
3839 "readmeFilename" : " README.md" ,
3940 "devDependencies" : {
40- "@commitlint/cli" : " ^9.1.2 " ,
41- "@commitlint/config-conventional" : " ^9.1.2 " ,
41+ "@commitlint/cli" : " ^11.0.0 " ,
42+ "@commitlint/config-conventional" : " ^11.0.0 " ,
4243 "@nativescript-community/observable" : " ^2.0.8" ,
43- "@nativescript/core" : " 7.0.0 " ,
44- "@nativescript/types-android" : " 7.0.2 " ,
45- "@nativescript/types-ios" : " 7.0.1 " ,
46- "@nativescript/webpack" : " 3.0.2 " ,
44+ "@nativescript/core" : " 7.0.13 " ,
45+ "@nativescript/types-android" : " 7.0.4 " ,
46+ "@nativescript/types-ios" : " 7.0.4 " ,
47+ "@nativescript/webpack" : " 3.0.8 " ,
4748 "@types/node" : " ^13.11.1" ,
48- "@typescript-eslint/eslint-plugin" : " 4.0 .1" ,
49- "@typescript-eslint/parser" : " 4.0 .1" ,
49+ "@typescript-eslint/eslint-plugin" : " 4.6 .1" ,
50+ "@typescript-eslint/parser" : " 4.6 .1" ,
5051 "cpy-cli" : " ^3.1.1" ,
5152 "eslint" : " 7.8.1" ,
52- "eslint-config-prettier" : " ^6.13 .0" ,
53+ "eslint-config-prettier" : " ^6.15 .0" ,
5354 "eslint-plugin-prettier" : " ^3.1.4" ,
54- "husky" : " ^4.2.5 " ,
55+ "husky" : " ^4.3.0 " ,
5556 "lerna" : " ^3.22.1" ,
5657 "npm-watch" : " ^0.7.0" ,
5758 "prettier" : " ^2.1.2" ,
5859 "prompt" : " ^1.0.0" ,
5960 "rimraf" : " ^3.0.2" ,
61+ "ts-patch" : " ^1.3.0" ,
62+ "tslib" : " 2.0.3" ,
6063 "typescript" : " ~3.9.7"
6164 },
6265 "bootstrapper" : " nativescript-plugin-seed" ,
7982 " @commitlint/config-conventional"
8083 ]
8184 }
82- }
85+ }
0 commit comments