-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 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
30
31
{
"name": "indexer",
"version": "1.0.0",
"type": "module",
"description": "URL Indexer Backend - Submit bulk URLs to Google Indexing API and IndexNow",
"scripts": {
"dev": "iii -c iii-config.yaml",
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": [
"motia",
"indexing",
"google",
"indexnow"
],
"author": "",
"license": "ISC",
"dependencies": {
"@motiadev/core": "^0.17.14-beta.196",
"@motiadev/plugin-endpoint": "^0.17.14-beta.196",
"@motiadev/plugin-logs": "^0.17.14-beta.196",
"@motiadev/plugin-observability": "^0.17.14-beta.196",
"@motiadev/plugin-states": "^0.17.14-beta.196",
"googleapis": "^144.0.0",
"motia": "^0.2.2-next.20260228025334"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
}
}