-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 882 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": "dhl-packstation-validation",
"version": "0.1.3",
"description": "This package validates addresses of a DHL Packstation or lists the nearby DHL Packstation close to an zip code.",
"main": "node-packstation.js",
"type": "commonjs",
"directories": {
"test": "test"
},
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^9.0.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marcel-Tronco/dhl-packstation-validator.git"
},
"keywords": [
"dhl",
"packstation",
"validation"
],
"author": "Marcel-Tronco",
"license": "ISC",
"bugs": {
"url": "https://github.com/Marcel-Tronco/dhl-packstation-validator/issues"
},
"homepage": "https://github.com/Marcel-Tronco/dhl-packstation-validator#readme"
}