validator/package.json

17 lines
267 B
JSON

{
"name": "mtfos-validator",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^26.0.1",
"standard": "^12.0.1"
}
}