validator/package.json

21 lines
362 B
JSON

{
"name": "mtfos-validator",
"version": "0.0.7",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^26.0.1",
"standard": "^12.0.1"
},
"repository": {
"type": "git",
"url": "https://git.trj.tw/nodejs/validator.git"
}
}