mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "@pnpm/utils",
|
|
"description": "Utils for pnpm",
|
|
"version": "0.9.0-0",
|
|
"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": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "^2.1.0",
|
|
"@pnpm/utils": "link:.",
|
|
"rimraf": "^2.6.2",
|
|
"tslint": "^5.4.2",
|
|
"tslint-config-standard": "8.0.1",
|
|
"tslint-eslint-rules": "5.4.0",
|
|
"typescript": "^3.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/utils",
|
|
"scripts": {
|
|
"start": "npm run tsc -- --watch",
|
|
"test": "npm run tsc && npm run lint",
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "npm run tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/read-package-json": "1.0.1",
|
|
"@pnpm/types": "2.0.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "10.12.0",
|
|
"mz": "2.7.0",
|
|
"normalize-registry-url": "1.0.0"
|
|
}
|
|
}
|