mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 00:08:53 -05:00
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"name": "@pnpm/ts-execution-runtime",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/register": "^7.13.16",
|
|
"@pnpm/ts-execution-runtime": "workspace:*"
|
|
}
|
|
}
|