mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-26 15:59:26 -05:00
PR #2416 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Zoltan Kochan <z@kochan.io>
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"scripts": {
|
|
"lint": "tslint --config tslint.json **/src/**/*.ts **/test/**/*.ts --exclude '**/node_modules/**'",
|
|
"test-master": "pnpm run lint && pnpm run compile && run-p -r verdaccio test-pkgs-master",
|
|
"test-pkgs-master": "cross-env PNPM_REGISTRY_MOCK_UPLINK=http://localhost:7348 pnpm run _test --no-sort --filter=./packages --filter=./privatePackages",
|
|
"test-branch": "pnpm run lint && git remote set-branches --add origin master && git fetch && pnpm run compile && run-p -r verdaccio test-pkgs-branch",
|
|
"test-pkgs-branch": "cross-env PNPM_REGISTRY_MOCK_UPLINK=http://localhost:7348 pnpm run _test --no-sort --filter=...[origin/master]",
|
|
"verdaccio": "verdaccio --config ./verdaccio.yaml --listen 7348",
|
|
"compile": "pnpm run --filter @pnpm/fetch compile && pnpm run --filter pnpm compile",
|
|
"coveralls": "lcov-result-merger './packages/*/coverage/lcov.info' | coveralls"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/registry-mock": "1.11.1",
|
|
"@pnpm/tsconfig": "workspace:*",
|
|
"@pnpm/tslint-config": "workspace:*",
|
|
"@types/node": "*",
|
|
"@types/tape": "^4.2.34",
|
|
"c8": "7.1.0",
|
|
"coveralls": "3.0.9",
|
|
"cross-env": "7.0.2",
|
|
"lcov-result-merger": "3.1.0",
|
|
"npm": "6.14.2",
|
|
"npm-run-all": "4.1.5",
|
|
"publish-packed": "2.1.1",
|
|
"rimraf": "3.0.2",
|
|
"tape": "4.13.2",
|
|
"ts-node": "8.6.2",
|
|
"tslint": "6.1.0",
|
|
"typescript": "3.8.3",
|
|
"verdaccio": "4.5.1"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=4"
|
|
}
|
|
}
|