neon 0.10.0

A safe abstraction layer for Node.js.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tests",
  "version": "0.1.0",
  "description": "Acceptance test suite for Neon",
  "main": "lib/index.js",
  "author": "The Neon Community",
  "license": "MIT",
  "scripts": {
    "install": "neon build",
    "test": "mocha --timeout 5000 --recursive lib"
  },
  "devDependencies": {
    "neon-cli": "file:../../cli",
    "chai": "^4.1.2",
    "mocha": "^9.1.0"
  }
}