mcopy/package.json

33 lines
848 B
JSON
Raw Normal View History

{
"name": "mcopy",
"version": "1.4.0",
"description": "Small gauge film optical printer platform",
"main": "build.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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",
"typescript": "^3.3.3333"
}
}