mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 03:02:49 -05:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/utils",
|
|
"description": "Utils for pnpm",
|
|
"version": "0.12.4",
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "3.1.0",
|
|
"@pnpm/utils": "link:",
|
|
"@types/mz": "^2.7.0",
|
|
"@types/validate-npm-package-name": "3.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/utils",
|
|
"scripts": {
|
|
"start": "pnpm run tsc -- --watch",
|
|
"test": "pnpm run tsc -- --sourceMap",
|
|
"lint": "tslint -c ../../tslint.json --project .",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "pnpm run tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/read-package-json": "workspace:3.0.2",
|
|
"@pnpm/types": "workspace:5.0.0",
|
|
"mz": "2.7.0",
|
|
"normalize-registry-url": "1.0.0",
|
|
"validate-npm-package-name": "3.0.0"
|
|
}
|
|
}
|