libdeno 0.1.4

Embed the Deno runtime in Rust with direct npm: specifier support
Documentation
1
2
3
4
5
6
7
8
9
{
  "name": "demo-app",
  "version": "1.0.0",
  "type": "module",
  "main": "index.js",
  "dependencies": {
    "chalk": "^5.3.0"
  }
}