-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1.13 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
{
"name": "hal-publication-list",
"version": "3.4.0",
"description": "Package to get a researcher publication list from the HAL archive.",
"repository": {
"type": "git",
"url": "git+https://github.com/tschmoderer/hal-publication-list.git"
},
"author": "Timothée Schmoderer",
"license": "GPL3.0",
"bugs": {
"url": "https://github.com/tschmoderer/hal-publication-list/issues"
},
"homepage": "https://github.com/tschmoderer/hal-publication-list#readme",
"scripts": {
"build": "rollup --bundleConfigAsCjs -c config/rollup.config.js",
"watch": "rollup --bundleConfigAsCjs -c config/rollup.config.js -w",
"push": "npm version patch && git push --follow-tags",
"push-minor": "npm version minor && git push --follow-tags",
"push-major": "npm version major && git push --follow-tags"
},
"dependencies": {
"@rollup/plugin-terser": "^0.4.3",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-highlightjs": "^4.0.1",
"rollup": "^3.25.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-watch": "^1.0.2",
"sass": "^1.63.4"
}
}