mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 23:48:05 -04:00
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/hoist",
|
|
"description": "Hoists dependencies in a node_modules created by pnpm",
|
|
"version": "1.0.0-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.1",
|
|
"@types/micromatch": "3.1.0",
|
|
"@types/ramda": "0.26.21",
|
|
"rimraf": "3.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/pnpm/hoist#readme",
|
|
"keywords": [
|
|
"pnpm"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/hoist",
|
|
"scripts": {
|
|
"start": "pnpm run tsc -- --watch",
|
|
"test": "pnpm run tsc && pnpm run lint",
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/constants": "workspace:2.0.0-1",
|
|
"@pnpm/link-bins": "4.4.0",
|
|
"@pnpm/lockfile-types": "workspace:1.1.0",
|
|
"@pnpm/lockfile-utils": "workspace:1.0.10",
|
|
"@pnpm/pkgid-to-filename": "2.0.0",
|
|
"@pnpm/symlink-dependency": "workspace:2.0.6",
|
|
"@pnpm/types": "workspace:3.2.0",
|
|
"dependency-path": "workspace:3.0.8",
|
|
"micromatch": "4.0.2",
|
|
"ramda": "0.26.1"
|
|
}
|
|
}
|