-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 913 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
41
42
43
{
"name": "awb-tracker",
"version": "1.0.1",
"description": "Queries information about awb shipments",
"main": "dist/index.js",
"scripts": {
"build": "webpack --display-error-details",
"test": "jest"
},
"author": "katercolin@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/nightf0rc3/awb-tracker.git"
},
"license": "MIT",
"files": [
"README.md",
"dist/"
],
"keywords": [
"awb",
"mawb",
"cargo",
"tracking"
],
"devDependencies": {
"@types/jest": "^23.3.8",
"@types/node": "^10.12.1",
"jest": "^23.6.0",
"ts-loader": "5.2.2",
"tslint": "5.11.0",
"tslint-config-airbnb": "5.11.0",
"tsutils": "3.2.0",
"typescript": "3.1.4",
"tslib": "^1.9.3",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.0.0",
"webpack-cli": "3.1.0"
},
"dependencies": {
"axios": "^0.18.0"
}
}