-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1002 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
{
"name": "delivery-slot-notify",
"version": "1.5.2",
"description": "",
"scripts": {
"build": "gulp && webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malhotra-sidharth/delivery-slot-notify.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/malhotra-sidharth/whole-foods-amazon-fresh-slot-notifier/issues"
},
"homepage": "https://github.com/malhotra-sidharth/whole-foods-amazon-fresh-slot-notifier#readme",
"dependencies": {
"@types/node": "^13.11.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-cleanhtml": "^1.0.3",
"gulp-merge-json": "^2.1.0",
"reflect-metadata": "^0.1.13",
"ts-loader": "^6.2.2",
"tsyringe": "^4.1.0",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"typescript-styleguide-tslint": "^1.1.5"
}
}