@pnpm/types
Advanced tools
Comparing version
@@ -76,2 +76,3 @@ import { type ExecutionEnv } from './env'; | ||
files?: string[]; | ||
funding?: string; | ||
dependencies?: Dependencies; | ||
@@ -89,2 +90,6 @@ devDependencies?: Dependencies; | ||
}; | ||
bugs?: string | { | ||
url?: string; | ||
email?: string; | ||
}; | ||
scripts?: PackageScripts; | ||
@@ -111,2 +116,3 @@ config?: object; | ||
exports?: Record<string, string>; | ||
imports?: Record<string, unknown>; | ||
} | ||
@@ -113,0 +119,0 @@ export interface DependencyManifest extends BaseManifest { |
{ | ||
"name": "@pnpm/types", | ||
"version": "1000.2.0", | ||
"version": "1000.2.1", | ||
"description": "Basic types used by pnpm", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=18.12" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/types", | ||
"keywords": [ | ||
"pnpm", | ||
"pnpm10", | ||
"pnpm", | ||
"types" | ||
], | ||
"license": "MIT", | ||
"funding": "https://opencollective.com/pnpm", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/types", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/types#readme", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/types#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/types": "1000.2.0" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": "./lib/index.js" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"devDependencies": { | ||
"@pnpm/types": "1000.2.1" | ||
}, | ||
"engines": { | ||
"node": ">=18.12" | ||
}, | ||
"jest": { | ||
@@ -33,0 +33,0 @@ "preset": "@pnpm/jest-config" |
13259
1.04%310
1.97%