mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-08 16:07:03 -04:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "find-packages",
|
|
"version": "5.1.0",
|
|
"description": "Find all packages inside a directory",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
|
"tsc": "tsc",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages",
|
|
"keywords": [
|
|
"find",
|
|
"package"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages#readme",
|
|
"devDependencies": {
|
|
"find-packages": "link:",
|
|
"tape": "4.11.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/read-importer-manifest": "workspace:1.0.9",
|
|
"fast-glob": "^3.0.0",
|
|
"p-filter": "^2.0.0"
|
|
}
|
|
}
|