mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
32 lines
828 B
JSON
32 lines
828 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"
|
|
],
|
|
"scripts": {
|
|
"start": "pnpm run tsc -- --watch",
|
|
"lint": "tslint -c ../../tslint.json --project .",
|
|
"tsc": "rimraf lib && tsc --pretty",
|
|
"test": "pnpm run tsc",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",
|
|
"keywords": [
|
|
"pnpm",
|
|
"resolver"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"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"
|
|
}
|
|
}
|