mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 23:19:19 -04:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@pnpm/local-resolver",
|
|
"version": "2.0.8",
|
|
"description": "Resolver for local packages",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"tsc": "tsc",
|
|
"test": "pnpm run tsc && pnpm run lint && ts-node test --ts-node",
|
|
"prepublishOnly": "pnpm run tsc",
|
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix"
|
|
},
|
|
"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/read-importer-manifest": "1.0.3",
|
|
"@pnpm/resolver-base": "3.1.2",
|
|
"@pnpm/types": "3.2.0",
|
|
"graceful-fs": "4.1.15",
|
|
"normalize-path": "3.0.0",
|
|
"ssri": "6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/local-resolver": "link:",
|
|
"@types/graceful-fs": "4.1.3",
|
|
"@types/ssri": "^6.0.1",
|
|
"tape": "4.10.2",
|
|
"ts-node": "8.2.0",
|
|
"tslint": "5.17.0",
|
|
"typescript": "3.4.5"
|
|
}
|
|
}
|