mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 18:11:39 -04:00
30 lines
786 B
JSON
30 lines
786 B
JSON
{
|
|
"name": "pnpm-test",
|
|
"description": "Tests of pnpm",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"anonymous-npm-registry-client": "^0.1.2",
|
|
"caw": "^2.0.0",
|
|
"deep-require-cwd": "^1.0.0",
|
|
"exists-link": "^2.0.0",
|
|
"isexe": "^2.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"npm-run-all": "^4.0.1",
|
|
"pnpm-registry-mock": "^0.13.0",
|
|
"read-pkg": "^2.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"sepia": "^2.0.2",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1",
|
|
"ts-node": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"pnpm-registry-mock": "pnpm-registry-mock",
|
|
"test:tap": "ts-node index.ts",
|
|
"test:e2e": "npm-run-all -p -r pnpm-registry-mock test:tap",
|
|
"pretest": "rimraf ../../.tmp/ && pnpm-registry-mock prepare",
|
|
"test": "npm run test:e2e"
|
|
}
|
|
}
|