Files
pnpm/test/package.json
Zoltan Kochan 89e2c76e56 Moving out the installation algorithm to a separate package (#830)
* refactor: remove installation engine code

* refactor: remove engine tests

* fix: sets correct user-agent

* refactor: remove redundant dependencies

* chore: add supi as dependency

* docs: remove programmatic API

* feat: making the bin file also the main file

* chore(greenkeeper): ignore supi
2017-06-29 21:29:04 +03:00

42 lines
1.1 KiB
JSON

{
"name": "pnpm-test",
"description": "Tests of pnpm",
"private": true,
"version": "1.0.0",
"dependencies": {
"@types/mz": "^0.0.31",
"@types/semver": "^5.3.32",
"anonymous-npm-registry-client": "^0.1.2",
"caw": "^2.0.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"
}
}