-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 924 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
{
"name": "algolia-docsearch-upload-action",
"version": "1.0.0",
"description": "> An especially small & quick & simple Algolia docsearch Indices upload action",
"source": "src/index.ts",
"main": "index.js",
"scripts": {
"upload": "ts-node src/index.ts",
"build": "ncc build src/index.ts --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guzhongren/algolia-docsearch-upload-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/guzhongren/algolia-docsearch-upload-action/issues"
},
"homepage": "https://github.com/guzhongren/algolia-docsearch-upload-action#readme",
"dependencies": {
"@vercel/ncc": "^0.36.0",
"algoliasearch": "^4.14.2",
"typescript": "^4.8.4"
},
"devDependencies": {
"@types/node": "^18.11.7",
"parcel": "^2.7.0",
"ts-node": "^10.9.1"
}
}