mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 15:38:24 -04:00
39 lines
979 B
JSON
39 lines
979 B
JSON
{
|
|
"name": "@pnpm/fetcher-base",
|
|
"version": "3.0.4",
|
|
"description": "Types for pnpm-compatible fetchers",
|
|
"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/fetcher-base",
|
|
"keywords": [
|
|
"pnpm",
|
|
"fetcher"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.15"
|
|
},
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetcher-base#readme",
|
|
"dependencies": {
|
|
"@pnpm/resolver-base": "3.1.2",
|
|
"@types/ssri": "6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^2.6.2"
|
|
}
|
|
}
|