-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 884 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
{
"name": "postcode-nl",
"version": "2.0.1",
"description": "Node module to obtain Dutch postcodes via postcodeapi.nu",
"main": "index.js",
"scripts": {
"test": "nyc mocha",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joostdebruijn/node-postcode-nl.git"
},
"keywords": [
"postcode",
"postcode-nl",
"postcode api",
"postcode api dutch"
],
"author": "Joost de Bruijn",
"license": "MIT",
"bugs": {
"url": "https://github.com/joostdebruijn/node-postcode-nl/issues"
},
"homepage": "https://github.com/joostdebruijn/node-postcode-nl#readme",
"devDependencies": {
"chai": "^4.4.1",
"minami": "^1.2.3",
"mocha": "^10.2.0",
"nyc": "^17.0.0",
"sinon": "^18.0.0",
"sinon-chai": "^3.3.0",
"standard": "^17.1.0"
},
"engines": {
"node": ">=18.0.0"
}
}