mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-06 16:27:17 -05:00
35 lines
889 B
JSON
35 lines
889 B
JSON
{
|
|
"name": "@pnpm/resolver-base",
|
|
"version": "6.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 && pnpm run lint",
|
|
"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:4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "3.0.0"
|
|
}
|
|
}
|