mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 01:15:11 -04:00
36 lines
1007 B
JSON
36 lines
1007 B
JSON
{
|
|
"name": "@pnpm/tarball-resolver",
|
|
"version": "5.0.4",
|
|
"description": "Resolver for tarball dependencies",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/tarball-resolver",
|
|
"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:8.0.4"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"keywords": [
|
|
"pnpm6"
|
|
]
|
|
}
|