mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-19 04:18:42 -05:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"name": "multiple-scripts-error-exit",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev:foo": "node ./dev-foo.js",
|
|
"dev:bar": "node ./dev-bar.js"
|
|
}
|
|
}
|