mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-03 05:28:39 -04:00
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"scripts": {
|
|
"test": "node node_modules/ts-node/dist/bin.js index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/tape": "^4.2.30",
|
|
"tape": "^4.8.0",
|
|
"ts-node": "^3.3.0"
|
|
}
|
|
}
|