We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a896b commit be6f5a5Copy full SHA for be6f5a5
package.json
@@ -1,9 +1,9 @@
1
{
2
- "name": "chrome-extension-webpack",
3
- "version": "0.0.1",
4
- "description": "A boilerplate to chrome extension with webpack",
+ "name": "youtube-video-ocr",
+ "description": "Select and area from a youtube video and process it to text.",
+ "version": "1.1",
5
"scripts": {
6
- "build": "node utils/build.js && cp src/content.css build && cp assets/favicon.png build",
+ "build": "node utils/build.js",
7
"start": "node utils/webserver.js"
8
},
9
"devDependencies": {
0 commit comments