{ "name": "binjumper", "version": "0.1.4", "description": "A library for creating a jumper file to start an executable with extra arguments - symlinks with arguments", "author": "merceyz ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/merceyz/binjumper.git" }, "keywords": [ "unix", "windows", "native", "binary", "jumper", "shortcut", "symlink" ], "engines": { "node": ">=10.12.0" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "release": "standard-version", "build": "bash ./build.sh", "prepack": "yarn build" }, "devDependencies": { "@types/node": "^14.11.2", "husky": "^4.3.0", "prettier": "^2.1.2", "pretty-quick": "^3.0.2", "standard-version": "^9.0.0", "ts-node": "^9.0.0", "typescript": "^4.0.3" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }