Files
pnpm/packages/pkgs-graph/package.json
2020-03-16 02:16:53 +02:00

40 lines
1.2 KiB
JSON

{
"name": "pkgs-graph",
"version": "5.1.3",
"description": "Create a graph from an array of packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/pkgs-graph/coverage ts-node packages/pkgs-graph/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/pkgs-graph",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"engines": {
"node": ">=10.13"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pkgs-graph#readme",
"devDependencies": {
"@types/ramda": "^0.26.44",
"@types/semver": "^7.1.0",
"better-path-resolve": "1.0.0",
"pkgs-graph": "link:"
},
"dependencies": {
"@zkochan/npm-package-arg": "^1.0.2",
"ramda": "^0.27.0",
"semver": "7.1.3"
}
}