mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-02 13:04:57 -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.8.0",
|
|
"ts-node": "^3.3.0"
|
|
}
|
|
}
|