FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Shopify-api-node/package.json at master · MONEI/Shopify-api-node · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MONEI
/
Shopify-api-node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
274
Star
979
Code
Issues
30
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Shopify-api-node
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
59 lines (59 loc) · 1.37 KB
Breadcrumbs
Shopify-api-node
/
package.json
Copy path
File metadata and controls
59 lines (59 loc) · 1.37 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
55
56
57
58
59
{
"name"
:
"
shopify-api-node
"
,
"version"
:
"
3.15.0
"
,
"description"
:
"
Shopify API bindings for Node.js
"
,
"main"
:
"
index.js
"
,
"types"
:
"
types/index.d.ts
"
,
"directories"
: {
"test"
:
"
test
"
},
"engines"
: {
"node"
:
"
>=10.0.0
"
},
"files"
: [
"
resources
"
,
"
mixins
"
,
"
index.js
"
,
"
types/index.d.ts
"
],
"dependencies"
: {
"got"
:
"
^11.1.4
"
,
"lodash"
:
"
^4.17.10
"
,
"qs"
:
"
^6.5.2
"
,
"stopcock"
:
"
^1.0.0
"
},
"devDependencies"
: {
"c8"
:
"
^7.3.0
"
,
"chai"
:
"
^4.1.2
"
,
"eslint"
:
"
^9.2.0
"
,
"eslint-config-prettier"
:
"
^10.1.1
"
,
"eslint-plugin-prettier"
:
"
^5.0.0
"
,
"globals"
:
"
^16.0.0
"
,
"husky"
:
"
^8.0.1
"
,
"json-bigint"
:
"
^1.0.0
"
,
"lint-staged"
:
"
^15.2.0
"
,
"mocha"
:
"
^8.0.1
"
,
"nock"
:
"
^13.0.1
"
,
"prettier"
:
"
^3.0.0
"
,
"tsd"
:
"
^0.27.0
"
},
"scripts"
: {
"test"
:
"
c8 --reporter=lcov --reporter=text mocha
"
,
"test:types"
:
"
tsd
"
,
"watch"
:
"
mocha -w
"
,
"lint"
:
"
eslint . && prettier --check --ignore-path .gitignore
\"
**/*.{json,md,ts,yaml,yml}
\"
"
,
"prepare"
:
"
husky install
"
},
"repository"
:
"
MONEI/Shopify-api-node
"
,
"keywords"
: [
"
Shopify
"
,
"
API
"
,
"
Client
"
],
"author"
:
"
alexandre saiz <a@alexandresaiz.com>
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/MONEI/Shopify-api-node/issues
"
},
"homepage"
:
"
https://github.com/MONEI/Shopify-api-node
"
}
Back
|
FazBrowse Home
|
New Git URL