{ "name": "mcopy", "version": "1.4.2", "description": "Small gauge film optical printer platform", "main": "build.js", "directories": { "doc": "docs", "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "docs": "sh ./scripts/docs.sh", "build": "sh ./scripts/build.sh", "patch": "sh ./scripts/version.sh patch", "minor": "sh ./scripts/version.sh minor" }, "repository": { "type": "git", "url": "git+https://github.com/sixteenmillimeter/mcopy.git" }, "author": "mmcwilliams", "license": "MIT", "bugs": { "url": "https://github.com/sixteenmillimeter/mcopy/issues" }, "homepage": "https://github.com/sixteenmillimeter/mcopy#readme", "devDependencies": { "@types/electron": "^1.6.10", "@types/node": "^11.10.4", "@types/uuid": "^3.4.4", "jsdoc-to-markdown": "^4.0.1", "typescript": "^3.3.3333" } }