mirror of
https://gitlab.silvrtree.co.uk/martind2000/bluetest.git
synced 2025-01-27 12:36:17 +00:00
19 lines
357 B
JSON
19 lines
357 B
JSON
{
|
|
"name": "bluetest",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Martin Donnelly <martind2000@gmail.com>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"log4js": "^0.6.37",
|
|
"meow": "^3.7.0"
|
|
},
|
|
"bin": {
|
|
"bluetest": "bin/cli.js"
|
|
}
|
|
}
|