-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1012 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@matthewcorven/ai-coder-makes-qr-code-reader",
"version": "0.0.1",
"description": "Random inspiration meets GPT-4, results in a tiny Node.js app that uses a webcam to continually read qr codes from the field of view, and prints them to the console. Complete with concise NPM project setup and run instructions, with a troubleshooting covering expected common issues with discovery and resolution notes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Matthew Corven",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/matthewcorven/ai-coder-makes-qr-code-reader.git"
},
"bugs": {
"url": "https://github.com/matthewcorven/ai-coder-makes-qr-code-reader/issues"
},
"homepage": "https://github.com/matthewcorven/ai-coder-makes-qr-code-reader#readme",
"dependencies": {
"jimp": "^0.22.10",
"node-webcam": "^0.8.2",
"qrcode-reader": "^1.0.4"
}
}