mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-07 05:32:52 -05:00
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/local-resolver",
|
|
"version": "5.0.8",
|
|
"description": "Resolver for local packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
|
|
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/local-resolver/coverage ts-node packages/local-resolver/test --type-check",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver",
|
|
"keywords": [
|
|
"pnpm",
|
|
"resolver",
|
|
"npm"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/local-resolver#readme",
|
|
"dependencies": {
|
|
"@pnpm/error": "workspace:1.2.0",
|
|
"@pnpm/read-project-manifest": "workspace:1.0.8",
|
|
"@pnpm/resolver-base": "workspace:7.0.2",
|
|
"@pnpm/types": "workspace:6.1.0",
|
|
"graceful-fs": "4.2.1",
|
|
"normalize-path": "3.0.0",
|
|
"ssri": "6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/local-resolver": "link:",
|
|
"@types/graceful-fs": "^4.1.3",
|
|
"@types/normalize-path": "^3.0.0",
|
|
"@types/ssri": "^6.0.3"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|