-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 745 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 745 Bytes
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
{
"name": "notion-api-address-autocomplete",
"version": "1.0.0",
"description": "A custom integration for Notion that adds address autocomplete functionality.",
"keywords": [
"places-autocomplete",
"places-api",
"notion-api"
],
"homepage": "https://github.com/gabydevdev/notion-api-address-autocomplete#readme",
"bugs": {
"url": "https://github.com/gabydevdev/notion-api-address-autocomplete/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabydevdev/notion-api-address-autocomplete.git"
},
"license": "MIT",
"author": "gabydevdev",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"@notionhq/client": "^2.3.0",
"dotenv": "^16.4.7",
"express": "^5.1.0"
}
}