-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 943 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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "lost-ark-calculator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"start-brk": "node --inspect-brk src/index.js",
"ocr": "node src/auctionHouse.js",
"scrape": "node src/recipeScraper.js",
"start:watch": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Clonex/lost-ark-calculator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Clonex/lost-ark-calculator/issues"
},
"homepage": "https://github.com/Clonex/lost-ark-calculator#readme",
"dependencies": {
"clipboardy": "^3.0.0",
"jimp": "^0.16.1",
"jsdom": "^19.0.0",
"node-fetch": "^3.2.0",
"robotjs": "^0.6.0",
"tesseract.js": "^2.1.5"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}