-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 973 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
37
38
39
40
{
"name": "@space48/bigcommerce-api",
"version": "0.3.2",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"build-reference-types": "node src/internal/reference/generate",
"clean": "rimraf lib",
"prepare": "npm run clean && npm run build -- --build tsconfig.publish.json"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Space48/bigcommerce-api-js.git"
},
"author": "Josh Di Fabio <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^15.3.1",
"openapi-typescript": "^3.4.1",
"rimraf": "^3.0.2",
"shell-escape": "^0.2.0",
"temp-dir": "^2.0.0",
"typescript": "^4.4.2",
"uuid": "^8.3.2"
},
"dependencies": {
"@types/node-fetch": "^2.5.12",
"form-data": "^4.0.0",
"node-fetch": "^2.6.1",
"query-string": "^7.0.0"
}
}