mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 01:51:41 -04:00
123 lines
2.9 KiB
JSON
123 lines
2.9 KiB
JSON
{
|
|
"name": "pnpm",
|
|
"description": "Fast, disk space efficient package manager",
|
|
"version": "1.2.0",
|
|
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
|
|
"bin": {
|
|
"pnpm": "lib/bin/pnpm.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/bin/pnpm.js",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"dependencies": {
|
|
"@types/byline": "^4.2.31",
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/load-json-file": "^2.0.5",
|
|
"@types/node": "^8.0.7",
|
|
"@types/nopt": "^3.0.29",
|
|
"@types/npm": "^2.0.28",
|
|
"@types/ramda": "^0.24.1",
|
|
"@types/update-notifier": "^1.0.0",
|
|
"bole": "^3.0.2",
|
|
"byline": "^5.0.0",
|
|
"camelcase": "^4.1.0",
|
|
"common-tags": "^1.4.0",
|
|
"cross-spawn": "^5.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-json-file": "^2.0.0",
|
|
"loud-rejection": "^1.6.0",
|
|
"ndjson": "^1.5.0",
|
|
"nopt": "^4.0.1",
|
|
"npm": "^5.0.2",
|
|
"path-name": "^1.0.0",
|
|
"pnpm-default-reporter": "^0.7.0",
|
|
"pnpm-file-reporter": "^0.0.1",
|
|
"pnpm-logger": "^0.3.0",
|
|
"ramda": "^0.24.1",
|
|
"supi": "^0.1.2",
|
|
"update-notifier": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/tape": "^4.2.30",
|
|
"commitizen": "^2.8.6",
|
|
"cz-conventional-changelog": "^2.0.0",
|
|
"husky": "^0.14.0",
|
|
"in-publish": "^2.0.0",
|
|
"npm-scripts-info": "^0.3.6",
|
|
"rimraf": "^2.5.4",
|
|
"tslint": "^5.4.2",
|
|
"typescript": "^2.4.1",
|
|
"validate-commit-msg": "^2.7.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://pnpm.js.org",
|
|
"keywords": [
|
|
"dependency manager",
|
|
"install",
|
|
"installer",
|
|
"uninstall",
|
|
"remove",
|
|
"link",
|
|
"prune",
|
|
"shrinkwrap",
|
|
"lockfile",
|
|
"fast",
|
|
"rapid",
|
|
"efficient",
|
|
"package.json",
|
|
"packages",
|
|
"dependencies",
|
|
"symlinks",
|
|
"hardlinks",
|
|
"modules",
|
|
"npm",
|
|
"package manager"
|
|
],
|
|
"license": "MIT",
|
|
"preferGlobal": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pnpm/pnpm.git"
|
|
},
|
|
"scripts": {
|
|
"prepare": "cd test && pnpm install",
|
|
"info": "npm-scripts-info",
|
|
"start": "npm run tsc -- --watch",
|
|
"?cz": "echo 'Run Git commit wizard'",
|
|
"cz": "git-cz",
|
|
"commitmsg": "validate-commit-msg",
|
|
"lint": "tslint -c tslint.json --project .",
|
|
"test": "npm run tsc && npm run lint && cd test && npm test",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublish": "in-publish && echo 'You need to use \"publish-packed\" to publish pnpm' && false || npm run tsc"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"pnpm-default-reporter",
|
|
"pnpm-file-reporter",
|
|
"pnpm-install-checks",
|
|
"pnpm-logger",
|
|
"pnpm-registry-mock",
|
|
"remove-all-except-outer-links",
|
|
"pnpm-shrinkwrap",
|
|
"supi"
|
|
]
|
|
}
|
|
}
|