-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
54 lines (54 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "icecat",
"version": "1.4.5",
"description": "Icecat API - Find product description with EAN, UPC or GTIN-13.",
"main": "index.js",
"scripts": {
"test": "ava",
"test:coverage": "nyc npm test",
"precommit": "pretty-quick --staged",
"pretty-quick": "pretty-quick"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreenCore/icecat.git"
},
"keywords": [
"icecat",
"ecommerce",
"webshop",
"api",
"openCatalog",
"ean",
"upc",
"product",
"information",
"image",
"description"
],
"author": "GreenCore",
"license": "MIT",
"bugs": {
"url": "https://github.com/GreenCore/icecat/issues"
},
"homepage": "https://github.com/GreenCore/icecat#readme",
"dependencies": {
"xml2js": "^0.4.19"
},
"devDependencies": {
"ava": "^2.3.0",
"husky": "^2.7.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"sinon": "^7.4.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8.9.4"
},
"xo": {
"prettier": "true",
"nodeVersion": ">=8.9.4"
}
}