UNPKG

@xhmikosr/bin-wrapper

Version:

Binary wrapper that makes your programs seamlessly available as local dependencies

64 lines (63 loc) 1.22 kB
{ "name": "@xhmikosr/bin-wrapper", "version": "14.2.4", "description": "Binary wrapper that makes your programs seamlessly available as local dependencies", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/XhmikosR/bin-wrapper.git" }, "publishConfig": { "access": "public" }, "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", "url": "https://github.com/kevva" }, "engines": { "node": ">=20" }, "scripts": { "ava": "ava", "lint": "xo", "xo": "xo", "fix": "xo --fix", "test": "npm run xo && npm run ava", "test-ci": "c8 ava" }, "main": "index.js", "type": "module", "exports": { ".": "./index.js" }, "files": [ "index.js" ], "keywords": [ "bin", "check", "local", "wrapper" ], "dependencies": { "@xhmikosr/bin-check": "^8.2.1", "@xhmikosr/downloader": "^16.1.2", "@xhmikosr/os-filter-obj": "^4.1.0", "binary-version-check": "^6.1.0" }, "devDependencies": { "ava": "^7.0.0", "c8": "^11.0.0", "isexe": "^4.0.0", "nock": "^14.0.15", "tempy": "^3.2.0", "xo": "^2.0.2" }, "xo": { "rules": { "promise/prefer-await-to-then": "off", "unicorn/prevent-abbreviations": "off" } } }