mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 00:40:38 -05:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/utils",
|
|
"description": "Utils for pnpm",
|
|
"version": "0.9.1",
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "2.1.0",
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@pnpm/utils": "link:",
|
|
"rimraf": "2.6.3",
|
|
"tslint": "5.13.1",
|
|
"typescript": "3.3.3333"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/utils",
|
|
"scripts": {
|
|
"start": "npm run tsc -- --watch",
|
|
"test": "npm run tsc && npm run lint",
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "npm run tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/read-package-json": "1.1.1",
|
|
"@pnpm/types": "2.0.0",
|
|
"@types/mz": "0.0.32",
|
|
"@types/node": "11.9.5",
|
|
"mz": "2.7.0",
|
|
"normalize-registry-url": "1.0.0"
|
|
}
|
|
}
|