Files
pnpm/test/package.json
2017-08-02 22:44:04 +03:00

44 lines
1.2 KiB
JSON

{
"name": "pnpm-test",
"description": "Tests of pnpm",
"private": true,
"version": "1.0.0",
"dependencies": {
"@types/common-tags": "^1.2.5",
"@types/mz": "^0.0.31",
"@types/semver": "^5.3.32",
"anonymous-npm-registry-client": "^0.1.2",
"caw": "^2.0.0",
"common-tags": "^1.4.0",
"execa": "^0.7.0",
"exists-link": "^2.0.0",
"is-windows": "^1.0.1",
"isexe": "^2.0.0",
"load-yaml-file": "^0.1.0",
"mkdirp": "^0.5.1",
"mkdirp-promise": "^5.0.1",
"mz": "^2.6.0",
"npm-registry-client": "^8.4.0",
"npm-run-all": "^4.0.1",
"path-exists": "^3.0.0",
"pnpm-registry-mock": "^0.13.0",
"read-pkg": "^2.0.0",
"rimraf": "^2.5.4",
"rimraf-then": "^1.0.1",
"semver": "^5.3.0",
"sepia": "^2.0.2",
"tape": "^4.6.3",
"tape-promise": "^2.0.1",
"thenify": "^3.3.0",
"ts-node": "^3.0.0",
"write-pkg": "^3.1.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"
}
}