-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
38
39
40
41
42
43
{
"name": "@leventhan/address-validation-and-autosuggestions",
"version": "1.0.6",
"description": "Wrapper for the BPOST's address autosuggest and validate API. Only for Belgium addresses.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc"
},
"keywords": [
"address",
"validation",
"autosuggestion",
"bpost",
"api"
],
"author": "LeventHAN (https://github.com/11TStudio)",
"repository": {
"type": "git",
"url": "git+https://github.com/11TStudio/address-validation-and-autosuggestions.git"
},
"license": "MIT",
"dependencies": {
"axios": "^1.1.3",
"tslib": "^2.3.1"
},
"devDependencies": {
"@zerollup/ts-transform-paths": "^1.7.18",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=12.18"
},
"bugs": {
"url": "https://github.com/11TStudio/address-validation-and-autosuggestions/issues"
},
"homepage": "https://github.com/11TStudio/address-validation-and-autosuggestions#readme",
"directories": {
"example": "examples"
}
}