zano 0.1.3

A high-performance Node.js-like runtime built in Rust with JavaScript-compatible syntax, async support, and built-in modules
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "zano-app",
  "version": "1.0.0",
  "description": null,
  "main": "index.zn",
  "dependencies": {},
  "dev_dependencies": {},
  "scripts": {
    "start": "zano index.zn"
  },
  "author": null,
  "license": "MIT"
}