Files
pnpm/packages/command/package.json
2020-01-27 22:51:07 +02:00

30 lines
724 B
JSON

{
"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 <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://pnpm.js.org"
}