mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 05:02:22 -05:00
24 lines
722 B
JSON
24 lines
722 B
JSON
{
|
|
"scripts": {
|
|
"test": "pnpm run build && run-p -r verdaccio test-all",
|
|
"verdaccio": "verdaccio --config ./verdaccio.yaml --listen 7348",
|
|
"test-all": "cross-env PNPM_REGISTRY_MOCK_UPLINK=http://localhost:7348 pnpm test --workspace-concurrency=1 --filter=./packages --filter=./privatePackages",
|
|
"build": "pnpm run -r tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/tsconfig": "link:utils/tsconfig",
|
|
"@pnpm/tslint-config": "link:utils/tslint-config",
|
|
"@types/node": "*",
|
|
"@types/tape": "^4.2.31",
|
|
"cross-env": "6.0.3",
|
|
"npm-run-all": "4.1.5",
|
|
"ts-node": "8.4.1",
|
|
"tslint": "5.20.0",
|
|
"typescript": "3.7.1-rc",
|
|
"verdaccio": "4.3.4"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=4"
|
|
}
|
|
}
|