This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-12-03 17:08:35 -05:00
Code
Issues
Packages
1
Wiki
Activity
fe9f0ee593
denoland-deno
/
tests
/
registry
/
npm
/
@denotest
/
bin
/
0.5.0
/
package.json
6 lines
74 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(task): support scripts in package.json (#17887) This is a super basic initial implementation. We don't create a `node_modules/.bin` folder at the moment and add it to the PATH like we should which is necessary to make command name resolution in the subprocess work properly (ex. you run a script that launches another script that then tries to launch an "npx command"... this won't work atm). Closes #17492
2023-02-22 22:45:35 -05:00
{
fix(cli): for main-module that exists in package.json, use the version defined in package.json directly (#20328)
2023-09-18 16:02:58 -04:00
"name"
:
"@denotest/bin"
,
feat(task): support scripts in package.json (#17887) This is a super basic initial implementation. We don't create a `node_modules/.bin` folder at the moment and add it to the PATH like we should which is necessary to make command name resolution in the subprocess work properly (ex. you run a script that launches another script that then tries to launch an "npx command"... this won't work atm). Closes #17492
2023-02-22 22:45:35 -05:00
"version"
:
"0.5.0"
,
"bin"
:
"./cli.mjs"
}
Copy permalink