mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@pnpm/utils",
|
|
"description": "Utils for pnpm",
|
|
"version": "0.7.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",
|
|
"rimraf": "^2.6.2",
|
|
"tslint": "^5.4.2",
|
|
"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/core-loggers": "0.0.0",
|
|
"@pnpm/package-bins": "1.0.0",
|
|
"@pnpm/read-package-json": "1.0.0",
|
|
"@pnpm/types": "^1.8.0",
|
|
"@types/mz": "^0.0.32",
|
|
"@types/node": "^10.0.8",
|
|
"@types/ramda": "0.25.34",
|
|
"dependency-path": "2.0.0",
|
|
"fs-vacuum": "1.2.10",
|
|
"mz": "2.7.0",
|
|
"package-store": "0.23.3",
|
|
"pnpm-shrinkwrap": "7.0.2",
|
|
"ramda": "0.25.0",
|
|
"rimraf-then": "1.0.1",
|
|
"util.promisify": "1.0.0"
|
|
}
|
|
}
|