{ "name": "ergogen", "version": "2.0.0", "description": "Ergonomic keyboard layout generator", "author": "Bán Dénes ", "license": "MIT", "homepage": "https://zealot.hu/ergogen", "repository": "github:mrzealot/ergogen", "bugs": "https://github.com/mrzealot/ergogen/issues", "main": "./src/ergogen.js", "bin": "./src/cli.js", "scripts": { "build": "rollup -c", "test": "mocha -r chai/register-should test/index.js", "coverage": "nyc --reporter=html --reporter=text npm test" }, "dependencies": { "kle-serial": "github:mrzealot/kle-serial", "@jscad/openjscad": "^1.6.1", "fs-extra": "^9.0.1", "js-yaml": "^3.14.0", "json5": "^2.2.0", "makerjs": "github:mrzealot/maker.js-dist", "mathjs": "^8.1.1", "yargs": "^15.4.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^13.0.2", "@rollup/plugin-replace": "^2.3.3", "chai": "^4.2.0", "glob": "^7.1.6", "mocha": "^8.1.3", "nyc": "^15.1.0", "rollup": "^2.22.1" }, "nyc": { "all": true, "include": [ "src/**/*.js" ], "exclude": [ "src/cli.js" ] } }