aspnetcore/samples/dotnet-watch/LaunchAnyCommand/package.json

9 lines
123 B
JSON

{
"name": "any-command",
"version": "0.0.0",
"private": true,
"scripts": {
"custom": "node say-hello.js"
}
}