mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-03 05:28:39 -04:00
14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"scripts": {
|
|
"test": "ts-node index.ts",
|
|
"pretty-test": "ts-node index.ts | tap-diff"
|
|
},
|
|
"dependencies": {
|
|
"@types/tape": "^4.2.30",
|
|
"mos-tap-diff": "^1.0.0",
|
|
"normalize-newline": "^3.0.0",
|
|
"tape": "^4.8.0",
|
|
"ts-node": "^3.3.0"
|
|
}
|
|
}
|