@learn-hunger/visual-gestures
Version:
VisualGestures.js is a package that empowers users to effortlessly control the cursor, including actions such as hover, click, drag, and drop, through precise finger movements in the air.
64 lines (63 loc) • 2.15 kB
JSON
{
"name": "@learn-hunger/visual-gestures",
"version": "0.1.7",
"description": "VisualGestures.js is a package that empowers users to effortlessly control the cursor, including actions such as hover, click, drag, and drop, through precise finger movements in the air.",
"files": [
"dist/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:amd": "tsc --project tsconfig.amd.json",
"build": "tsc --project tsconfig.esnext.json",
"build:both": "npm run build:amd && npm run build:esnext",
"config": "git config core.hooksPath .githooks",
"linting": "ts-node ./.npm_colab/index.ts './.npm_colab/test.ts'",
"prettier-check": "npx prettier . --check",
"prettier-write": "npx prettier . --write",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"example": "npx http-server",
"clone": "npm link && cd example && npm link @learn-hunger/visual-gestures",
"b": "npm run build:esnext && npm run clone",
"list-links": "npm ls -g --depth=0",
"check-build": "cd example && npm i && cd ../ && npm i && npm run build && npm run clone && cd example && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learn-hunger/visual-gestures.git"
},
"keywords": [
"tensorflowjs",
"tensorflow",
"visual gestures",
"debugging tools",
"visualisation",
"visualization",
"landmarks",
"skelton",
"data",
"kit",
"J.A.R.V.I.S ",
"VisualGestures.js",
"Touchless Interface",
"User Experience Innovation",
"Hand Gestures"
],
"author": "Nagendra dharmireddi, Boddu Sri Pavan",
"license": "MIT",
"bugs": {
"url": "https://github.com/learn-hunger/visual-gestures/issues"
},
"homepage": "https://visual-gestures.vercel.app/",
"dependencies": {
"fs": "^0.0.1-security",
"prettier": "^3.2.5",
"tsc-node": "^0.0.3"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
}
}