forked from ourresearch/openalex-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 835 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
{
"author": "",
"description": "<figure><img src=\".gitbook/assets/openalex_logo_text_transparent_20240117.png\" alt=\"\" width=\"563\"><figcaption></figcaption></figure>",
"devDependencies": {
"wireit": "^0.14.4"
},
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "openalex-docs",
"scripts": {
"build": "wireit",
"serve": "wireit",
"md2ipynb": "ts-node ./src/md2ipynb.ts"
},
"version": "1.0.0",
"wireit": {
"install": {
"command": "gitbook install"
},
"build": {
"dependencies": [
"install"
],
"command": "gitbook build"
},
"serve": {
"command": "gitbook serve",
"dependencies": [
"build"
]
}
},
"dependencies": {
"@gitbook-ng/gitbook": "^3.3.6",
"gitbook-plugin-hints": "^1.0.2"
}
}