9 lines
90 B
JSON
Raw Normal View History

{
"scripts": {
"test": "ava"
},
"devDependencies": {
"ava": "^0.16.0"
}
}