nomnoml-cli
Version:
Generates images from nomnoml diagram sources on the command line
80 lines (79 loc) • 1.77 kB
JSON
{
"name": "nomnoml-cli",
"description": "Generates images from nomnoml diagram sources on the command line",
"version": "3.1.0",
"homepage": "https://github.com/prantlf/nomnoml-cli#readme",
"author": {
"name": "Ferdinand Prantl",
"email": "prantlf@gmail.com",
"url": "http://prantl.tk"
},
"repository": {
"type": "git",
"url": "https://github.com/prantlf/nomnoml-cli.git"
},
"bugs": {
"url": "https://github.com/prantlf/nomnoml-cli/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/prantlf/nomnoml-cli/blob/master/LICENSE"
}
],
"engines": {
"node": ">=12"
},
"main": "./lib/generate.js",
"bin": {
"nomnoml": "./bin/nomnoml"
},
"files": [
"bin",
"lib"
],
"scripts": {
"test": "grunt",
"cover": "NOMNOML_CLI_COVERAGE=1 grunt"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"failComment": false
}
],
"@semantic-release/git"
]
},
"dependencies": {
"canvas": "^2.9.0",
"commander": "^9.0.0",
"nomnoml": "^1.4.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-eslint": "^24.0.0",
"grunt-istanbul": "^0.8.0",
"grunt-shell": "^3.0.1",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
},
"keywords": [
"nomnoml",
"uml",
"image",
"export",
"generate"
]
}