mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-02 13:04:57 -04:00
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"name": "package-store-tests",
|
|
"description": "Tests of package-store",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "ts-node index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/nock": "^8.2.1",
|
|
"nock": "^9.0.14",
|
|
"npm-registry-client": "^8.4.0",
|
|
"tape": "^4.7.0",
|
|
"ts-node": "^3.2.0"
|
|
}
|
|
}
|