UNPKG

@zkochan/cmd-shim

Version:

Used in pnpm for command line application support

63 lines 1.4 kB
{ "name": "@zkochan/cmd-shim", "version": "6.0.0", "description": "Used in pnpm for command line application support", "author": { "name": "Zoltan Kochan", "email": "zoltan.kochan@gmail.com", "url": "http://kochan.io" }, "files": [ "index.d.ts", "index.d.ts.map", "index.js", "index.js.map" ], "repository": { "type": "git", "url": "https://github.com/pnpm/cmd-shim.git" }, "license": "BSD-2-Clause", "dependencies": { "cmd-extension": "^1.0.2", "graceful-fs": "^4.2.10", "is-windows": "^1.0.2" }, "devDependencies": { "@types/is-windows": "^1.0.0", "@types/jest": "^29.4.4", "@types/node": "^18.15.3", "jest": "^29.5.0", "memfs": "^3.4.13", "mock-fs": "^5.2.0", "mos": "^1.3.1", "mos-plugin-readme": "^1.0.4", "standard": "^14.3.4", "tempy": "^1.0.1", "typescript": "^4.9.5" }, "engines": { "node": ">=14.6" }, "mos": { "plugins": [ "readme" ] }, "standard": { "env": { "jest": true } }, "jest": { "testEnvironment": "node" }, "scripts": { "clean": "tsc --build --clean", "build": "tsc --build --verbose --listEmittedFiles", "pretest:unit": "tsc --build test --verbose --listEmittedFiles", "test:unit": "jest", "test": "pnpm run build && standard && pnpm run test:unit && mos test", "md": "mos" } }