Install development dependencies to build the script to a binary, generate documents from source comments and run unit tests with qunit.

This commit is contained in:
mmcw-dev 2019-01-03 21:55:52 -05:00
parent 302c18df6a
commit 8108de3fe2
2 changed files with 3219 additions and 1 deletions

3213
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "frameloom",
"version": "1.0.0",
"description": "Node script to generate flicker videos by interweaving frames from multiple videos",
"main": "index.js",
"main": "frameloom",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -11,5 +11,10 @@
"dependencies": {
"commander": "^2.19.0",
"fs-extra": "^7.0.1"
},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"pkg": "^4.3.5",
"qunit": "^2.8.0"
}
}