Files
pnpm/packages/utils/package.json
2018-08-29 22:51:41 +03:00

60 lines
1.4 KiB
JSON

{
"name": "@pnpm/utils",
"description": "Utils for pnpm",
"version": "0.6.2",
"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/package-bins": "1.0.0",
"@pnpm/read-package-json": "1.0.0",
"@pnpm/types": "^1.7.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.1",
"pnpm-shrinkwrap": "7.0.2",
"ramda": "0.25.0",
"rimraf-then": "1.0.1",
"util.promisify": "1.0.0"
}
}