2018-12-08 00:10:34 +00:00
|
|
|
{
|
|
|
|
"name": "frameloom",
|
2019-05-31 19:12:29 +00:00
|
|
|
"version": "1.0.3",
|
2018-12-08 00:10:34 +00:00
|
|
|
"description": "Node script to generate flicker videos by interweaving frames from multiple videos",
|
2019-01-04 02:55:52 +00:00
|
|
|
"main": "frameloom",
|
2018-12-08 00:10:34 +00:00
|
|
|
"scripts": {
|
2019-01-04 03:37:23 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-01-04 03:47:50 +00:00
|
|
|
"version": "npm --no-git-tag-version version patch",
|
2019-04-02 16:58:36 +00:00
|
|
|
"compile": "./node_modules/.bin/tsc src/frameloom.ts --outFile ./frameloom --noImplicitAny --lib ES2017 -t ES2017 --moduleResolution Node",
|
|
|
|
"build": "node build.js",
|
2019-04-02 16:45:35 +00:00
|
|
|
"docs": "sh ./scripts/docs.sh",
|
2019-04-02 16:58:36 +00:00
|
|
|
"examples": "sh ./scripts/examples.sh",
|
|
|
|
"examples:youtube": "sh ./scripts/examples_youtube.sh",
|
|
|
|
"examples:assemble": "sh ./scripts/examples_assemble.sh"
|
2018-12-08 00:10:34 +00:00
|
|
|
},
|
|
|
|
"author": "sixteenmillimeter",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2021-03-26 21:00:17 +00:00
|
|
|
"commander": "^7.2.0",
|
|
|
|
"fs-extra": "^9.1.0"
|
2019-01-04 02:55:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-26 21:00:17 +00:00
|
|
|
"@types/node": "^14.14.36",
|
|
|
|
"jsdoc-to-markdown": "^7.0.1",
|
|
|
|
"pkg": "^4.5.1",
|
|
|
|
"qunit": "^2.14.1",
|
|
|
|
"typescript": "^4.2.3"
|
2019-04-16 00:08:36 +00:00
|
|
|
},
|
|
|
|
"pkg": {
|
|
|
|
"scripts": [
|
|
|
|
"./frameloom",
|
|
|
|
"./lib/**/*"
|
|
|
|
]
|
2018-12-08 00:10:34 +00:00
|
|
|
}
|
|
|
|
}
|