mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 08:49:11 -05:00
31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"name": "@pnpm/error",
|
|
"version": "1.0.0",
|
|
"description": "An error class for pnpm errors",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
|
|
"tsc": "rimraf lib && tsc",
|
|
"test": "pnpm run tsc",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/error",
|
|
"keywords": [
|
|
"pnpm",
|
|
"error"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://pnpm.js.org"
|
|
}
|