mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-03 05:28:39 -04:00
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "ts-node index.ts | tap-diff"
|
|
},
|
|
"dependencies": {
|
|
"@types/common-tags": "^1.2.5",
|
|
"@types/tape": "^4.2.30",
|
|
"@zkochan/tap-diff": "^1.1.1",
|
|
"common-tags": "^1.4.0",
|
|
"tape": "^4.7.0",
|
|
"ts-node": "^3.2.0"
|
|
}
|
|
}
|