mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "find-packages",
|
|
"version": "7.0.24",
|
|
"description": "Find all packages inside a directory",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"typings": "lib/index.d.ts",
|
|
"scripts": {
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages",
|
|
"keywords": [
|
|
"find",
|
|
"package"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"engines": {
|
|
"node": ">=10.16"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages#readme",
|
|
"dependencies": {
|
|
"@pnpm/read-project-manifest": "workspace:1.1.7",
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"fast-glob": "^3.2.4",
|
|
"p-filter": "^2.1.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|