mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 00:08:53 -05:00
36 lines
943 B
JSON
36 lines
943 B
JSON
{
|
|
"name": "@pnpm/resolver-base",
|
|
"version": "7.0.0",
|
|
"description": "Types for pnpm-compatible resolvers",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"scripts": {
|
|
"start": "pnpm run tsc -- --watch",
|
|
"lint": "tslint -c ../../tslint.json --project .",
|
|
"test": "pnpm run compile",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",
|
|
"keywords": [
|
|
"pnpm",
|
|
"resolver"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base#readme",
|
|
"dependencies": {
|
|
"@pnpm/types": "workspace:5.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
}
|
|
}
|