-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.48 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
55
56
57
58
{
"name": "@particular./sync-moltin-to-shipengine",
"version": "0.0.0-semantic-release",
"author": "Adam Grohs <info@uniquelyparticular.com> (https://uniquelyparticular.com)",
"owner": "Particular.",
"description": "Please contact Particular. via info@uniquelyparticular.com for any questions",
"keywords": [
"moltin",
"shipengine",
"shipstation",
"webhooks",
"microservices",
"shipping",
"ecommerce",
"integration",
"aws",
"email",
"particular",
"particular."
],
"license": "MIT",
"homepage": "https://github.com/uniquelyparticular/sync-moltin-to-shipengine#readme",
"repository": "github:uniquelyparticular/sync-moltin-to-shipengine",
"main": "src/index.js",
"scripts": {
"dev": "micro-dev",
"precommit": "pretty-quick --staged",
"start": "micro",
"clean-install": "yarn install --force",
"test": "jest --passWithNoTests",
"semantic-release": "semantic-release"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@moltin/request": "2.0.2",
"@particular./shipengine-request": "1.1.7",
"aws-sdk": "2.1692.0",
"micro": "9.4.1",
"micro-cors": "0.1.1",
"nodemailer": "6.9.16"
},
"devDependencies": {
"husky": "2.7.0",
"jest": "24.9.0",
"micro-dev": "3.1.0",
"prettier": "1.19.1",
"pretty-quick": "1.11.1",
"semantic-release": "15.14.0",
"ts-jest": "24.3.0"
},
"publishConfig": {
"access": "public"
}
}