dumpling 0.1.0

A fast JavaScript runtime and bundler in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "name": "dumpling-examples",
  "version": "0.1.0",
  "scripts": {
    "test": "echo 'Run: dumpling run hello.js'"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  }
}