-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "warranty-expiration",
"version": "1.0.0",
"description": "Tool for sending warranty expiration notifications.",
"main": "index.js",
"scripts": {
"jdws": "open-cli https://jdwarrantysystem.deere.com/portal/#/products/warranty-expiration",
"pg": "open-cli https://ew.deere.com/extwrnty/web#!",
"start": "node .",
"prestart": "node scripts/minify-templates.js",
"prettier": "prettier --write ."
},
"author": {
"name": "Austin Gordon",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@hutsoninc/data-scrubber": "^2.0.0",
"@hutsoninc/utils": "^1.0.6",
"@sanity/client": "^2.10.5",
"bottleneck": "^2.19.5",
"dotenv": "^8.0.0",
"fs-extra": "^10.0.0",
"json2csv": "^5.0.6",
"lob": "^6.0.5",
"prompt": "^1.1.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@austinleegordon/prettier-config": "^1.0.0",
"html-minifier": "^3.5.21",
"open-cli": "^5.0.0",
"prettier": "^2.4.1"
},
"prettier": "@austinleegordon/prettier-config"
}