birdgen/package.json
hazy 0a01583f56 Various improvements
Make CLI arguments use flags, support webm output encoding, allow running from any working directory, add optional profiles, add audio to spliced-in clips, various small fixes
2022-06-28 17:45:21 -05:00

17 lines
285 B
JSON

{
"name": "birdgen",
"version": "1.0.0",
"main": "index.js",
"bin": {
"birdgen": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}