mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 00:08:53 -05:00
36 lines
963 B
JSON
36 lines
963 B
JSON
{
|
|
"name": "@pnpm/read-modules-dir",
|
|
"version": "2.0.1",
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"description": "Finds all direct packages in node_modules",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir",
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir#readme",
|
|
"scripts": {
|
|
"start": "pnpm run tsc -- --watch",
|
|
"test": "pnpm run compile",
|
|
"lint": "tslint -c ../../tslint.json --project .",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"mz": "2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mz": "^2.7.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
}
|
|
}
|