{ "name": "pnpm-test", "description": "Tests of pnpm", "private": true, "version": "1.0.0", "dependencies": { "@types/sinon": "^2.3.2", "anonymous-npm-registry-client": "^0.1.2", "caw": "^2.0.0", "deep-require-cwd": "^1.0.0", "exists-link": "^2.0.0", "is-ci": "^1.0.10", "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", "sinon": "^2.3.6", "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" } }