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-11-26 16:09:27 -05:00
Code
Issues
Packages
1
Wiki
Activity
55137c9db4
denoland-deno
/
tests
/
specs
/
publish
/
javascript_decl_file
/
deno.json
9 lines
107 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(unstable): fast subset type checking of JSR dependencies (#21873)
2024-01-10 17:40:30 -05:00
{
"name"
:
"@foo/bar"
,
"version"
:
"1.0.0"
,
"exports"
:
{
"."
:
"./mod.js"
feat(config/jsr): add license field (#25056) 1. Adds a new "license" field. 1. Adds this field by default when doing `deno init --lib`
2024-08-16 09:12:52 -04:00
}
,
"license"
:
"MIT"
feat(unstable): fast subset type checking of JSR dependencies (#21873)
2024-01-10 17:40:30 -05:00
}
Copy permalink