mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
13 lines
156 B
JSON
13 lines
156 B
JSON
{
|
|
"build": "clean lint coverage test",
|
|
"lint": {
|
|
"type": "jshint"
|
|
},
|
|
"coverage": {
|
|
"type": "vows"
|
|
},
|
|
"test": {
|
|
"type": "vows"
|
|
}
|
|
}
|