{
"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"
}
}