mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 23:48:05 -04:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "@pnpm/tarball-resolver",
|
|
"version": "3.0.1",
|
|
"description": "Resolver for tarball dependencies",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/tarball-resolver",
|
|
"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/tarball-resolver#readme",
|
|
"dependencies": {
|
|
"@pnpm/resolver-base": "workspace:5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/tarball-resolver": "link:",
|
|
"rimraf": "3.0.0",
|
|
"tape": "4.11.0"
|
|
}
|
|
}
|