1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/tests/registry/npm/@denotest/special-chars-in-bin-name/1.0.0/package.json

10 lines
176 B
JSON
Raw Normal View History

{
"name": "@denotest/special-chars-in-bin-name",
"version": "1.0.0",
"type": "module",
"main": "main.mjs",
"bin": {
"\\foo\"": "main.mjs"
}
}