mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
36 lines
949 B
JSON
36 lines
949 B
JSON
{
|
|
"name": "@pnpm/resolver-base",
|
|
"version": "8.0.1",
|
|
"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": "eslint -c ../../eslint.json src/**/*.ts",
|
|
"test": "pnpm run compile",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",
|
|
"keywords": [
|
|
"pnpm",
|
|
"resolver"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base#readme",
|
|
"dependencies": {
|
|
"@pnpm/types": "workspace:7.1.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|