mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 00:40:38 -05:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@pnpm/read-modules-dir",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"description": "Finds all direct packages in node_modules",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"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": "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": {
|
|
"@types/mz": "0.0.32",
|
|
"@types/node": "11.9.5",
|
|
"mz": "2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"rimraf": "2.6.3",
|
|
"tslint": "5.13.1",
|
|
"typescript": "3.3.3333"
|
|
}
|
|
}
|