{ "name": "@pnpm/command", "version": "0.1.0-0", "description": "Types and utils for pnpm commands", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=10" }, "scripts": { "lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", "tsc": "tsc", "test": "pnpm run tsc", "prepublishOnly": "pnpm run tsc" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-installation", "keywords": [ "pnpm" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://pnpm.js.org" }