-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
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
{
"author": "Jake Leventhal <jakeleventhal@me.com>",
"bugs": {
"url": "https://github.com/rip-technologies/shipstation-node/issues"
},
"dependencies": {
"axios": "^1.13.5",
"axios-retry": "^4.5.0",
"limiter": "^3.0.0"
},
"description": "Unofficial Node.js wrapper for the ShipStation API",
"devDependencies": {
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.56.0",
"@typescript-eslint/parser": "8.56.0",
"eslint": "10.0.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.8.1",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"typescript-eslint": "8.56.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/rip-technologies/shipstation-node#readme",
"keywords": [
"shipstation"
],
"license": "MIT",
"main": "dist/index.js",
"name": "shipstation-node",
"packageManager": "pnpm@9.15.9",
"repository": {
"type": "git",
"url": "git+https://github.com/rip-technologies/shipstation-node.git"
},
"scripts": {
"build": "tsc",
"format": "pnpm run lint --fix",
"lint": "eslint --max-warnings 0 --config=eslint.config.js"
},
"types": "dist/index.d.ts",
"version": "2.0.0"
}