1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/tests/specs/task/npx_non_existent/package.json

7 lines
108 B
JSON
Raw Normal View History

{
"scripts": {
"non-existent": "npx this-command-should-not-exist-for-you",
"on-own": "npx"
}
}