mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 11:31:45 -04:00
36 lines
958 B
JSON
36 lines
958 B
JSON
{
|
|
"name": "pnpm-test",
|
|
"description": "Tests of pnpm",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@types/mkdirp": "^0.3.29",
|
|
"@types/sinon": "^2.3.2",
|
|
"@types/tape": "^4.2.30",
|
|
"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",
|
|
"write-json-file": "^2.2.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"
|
|
}
|
|
}
|