mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-03 05:28:39 -04:00
11 lines
155 B
JSON
11 lines
155 B
JSON
{
|
|
"scripts": {
|
|
"test": "ts-node index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/tape": "^4.2.30",
|
|
"tape": "^4.7.0",
|
|
"ts-node": "^3.2.0"
|
|
}
|
|
}
|