validator/package.json

21 lines
362 B
JSON
Raw Normal View History

2020-06-03 15:49:04 +00:00
{
"name": "mtfos-validator",
2020-07-05 05:29:53 +00:00
"version": "0.0.7",
2020-06-03 15:49:04 +00:00
"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"
2020-06-03 15:49:04 +00:00
}
}