mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-01 12:36:29 -04:00
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"name": "package-store-tests",
|
|
"description": "Tests of package-store",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "ts-node index.ts"
|
|
},
|
|
"dependencies": {
|
|
"tape": "^4.7.0",
|
|
"ts-node": "^3.2.0"
|
|
}
|
|
}
|