mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-04 15:27:40 -05:00
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"name": "@pnpm/ts-execution-runtime",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@babel/register": "^7.13.16",
|
|
"@pnpm/ts-execution-runtime": "workspace:*"
|
|
}
|
|
}
|