UNPKG

inverse-kinematics

Version:

Inverse kinematics for 2D and 3D applications

44 lines (43 loc) 1.18 kB
{ "name": "inverse-kinematics", "version": "0.1.3", "author": "Jae Perris & Alexandra Barancova", "description": "Inverse kinematics for 2D and 3D applications", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "2D", "inverse kinematics", "forward kinematics", "ik", "3D" ], "files": [ "dist" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "tsc", "typecheck": "tsc --noEmit && cd example && tsc --noEmit", "prepublish": "npm run typecheck && npm run build && npm test && npm run eslint", "eslint": "eslint --fix src/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/tmf-code/inverse-kinematics.git" }, "license": "MIT", "homepage": "https://github.com/tmf-code/inverse-kinematics#readme", "devDependencies": { "@types/jest": "^26.0.24", "@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/parser": "^4.28.2", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "prettier": "^2.3.2", "ts-jest": "^27.0.3", "typescript": "^4.3.5" } }